edit docs

This commit is contained in:
qiaofeng1227 2023-05-30 17:04:58 +08:00
parent d4400edb82
commit af9782bda6
4 changed files with 9 additions and 5 deletions

View file

@ -41,3 +41,10 @@ wget -N https://websoft9.github.io/StackHub/scripts/install.sh; bash install.sh
sudo su # when you have no root privileges
curl https://websoft9.github.io/StackHub/install/install.sh | bash
```
## Upgrade
```
sudo su # when you have no root privileges
curl https://websoft9.github.io/StackHub/install/update.sh | bash
```

View file

@ -24,7 +24,7 @@ StackHub 的 release 的版本号由项目主版本号和各微服务和插件
## 日志
Appmanage 日志采用 logging 生成,按自然日分割日志文件。日志路径:/var/lib/docker/volumes/w9appmanage_logs/\_data
Appmanage 日志采用 logging 生成,按自然日分割日志文件。日志路径:/var/lib/docker/volumes/w9appmanage_logs/\_data
其他微服务采用 Dockhub 公开镜像,用 docker 容器的日志访问命令即可查看。
## 更新与升级

View file

@ -2,7 +2,6 @@
![image](https://github.com/Websoft9/StackHub/assets/43192516/3b52f27a-8dff-477b-acea-cf971096540c)
## 详细
### 微服务
@ -18,8 +17,6 @@
- API gateway: Kong待定
- CLI待定
![image](https://user-images.githubusercontent.com/16741975/216497356-3913abd2-0b75-4619-8c40-512079e35f5b.png)
### 基础组件
技术选型如下:

View file

@ -71,6 +71,6 @@ cancel_jobs = cancel.get_job_ids()
[FastAPI 文档](https://github.com/Websoft9/StackHub/blob/main/appmanage/docs/developer.md) 使用 swagger 自动生成访问地址http://IP:PORT/docs。
### Cockpit 插件
## Cockpit 插件
待补充。。。