Updated 基于 CentOS 7 一步一步安装 Jumpserver 0.5.0 (markdown)

master
老广 2018-01-08 09:48:27 +08:00
parent a5114dabe0
commit a0c0313162
1 changed files with 17 additions and 0 deletions

@ -245,3 +245,20 @@ server {
5.4 访问 http://localhost
## 升级
1. 升级 jumpserver
```
$ git pull && cd utils && sh make_migrations.sh
```
2. 升级 coco
```
$ git pull && cd requirements && pip install -r requirements.txt
```
3. 升级 luna
重新下载release包