mirror of https://github.com/jumpserver/jumpserver
Updated 基于 CentOS 7 一步一步安装 Jumpserver 0.5.0 (markdown)
parent
a5114dabe0
commit
a0c0313162
|
@ -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包
|
Loading…
Reference in New Issue