You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
384 B

2 years ago
4 months ago
2 months ago
2 years ago
4 months ago
2 years ago
4 months ago
4 months ago
2 years ago
4 months ago
2 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
  1. # README
  2. ```
  3. 说明文档: https://iflytop1.feishu.cn/wiki/QFwVwGnI8iYp0fk20W9cnpYAnkg
  4. 关联项目:
  5. A8000
  6. ```
  7. ## 工程初始化
  8. ```
  9. ./init.sh
  10. ```
  11. ## 版本
  12. ```
  13. v1| 初始化
  14. V1.1| 修改默认日志配置文件
  15. ```
  16. ## 脚本说明
  17. ```shell
  18. # 编译
  19. ./tools/build.sh
  20. # 调试阶段部署
  21. ./tools/deply.sh root@192.168.8.10
  22. #打包
  23. ./tools/packet.sh version
  24. ```