skyeyesystem/readme.md
2026-01-19 11:28:02 +08:00

45 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Introduction
skyeye是一个用来规划无人机航线并控制无人机按规定航线飞行并采集处理雷达负载数据的软件。
# Prerequistites
## 1. 安装openjdk11
## 2. 安装配置mysql 8.0
## 3. 安装redis 6.x/7.x
修改redis配置C:\Program Files\Redis\redis.windows.conf
```
bind 0.0.0.0
protected-mode no
stop-writes-on-bgsave-error no
```
```
# redis-server.exe redis.windows.conf
```
## 3. 安装node.js
## 4. 安装python 3.13
# 启动后端工程
## 1. Project->sdk->java 11
## 2. 编译安装library下的所有工程
## 3. 编译安装skyeye-common-extend和skyeye-common-generator
## 4. 安装library下的opencv库
## 5. 执行resource目录下的db.sql创建数据库
## 6. 配置application-dev.yml中的数据源
# 服务启动顺序
## 1. redis服务
## 2. skyeye-service-py下的python服务
## 3. skyeye-service-manager
# 启动前端
## 1. 在frontend目录中执行
```
#npm install
```
## 2. 拷贝resource目录中的dt-sdk到node-modules目录
## 3. 编译前端代码
```
# npm run serve
```
## 4. 在浏览器中打开主页localhost:8080, 默认用户名密码为admin/123