mirror of https://github.com/jumpserver/jumpserver
Updated 基于 CentOS 7 一步一步安装 Jumpserver 0.5.0 (markdown)
parent
369642397e
commit
67d1524d3e
|
@ -41,7 +41,7 @@ $ source /opt/py3/bin/activate
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cd /opt/
|
$ cd /opt/
|
||||||
$ git clone https://github.com/jumpserver/jumpserver.git && git checkout dev
|
$ git clone https://github.com/jumpserver/jumpserver.git && cd jumpserver && git checkout dev
|
||||||
```
|
```
|
||||||
|
|
||||||
**2.2 安装依赖rpm包**
|
**2.2 安装依赖rpm包**
|
||||||
|
@ -156,7 +156,7 @@ $ pip install -r requirements.txt
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cd /opt/coco
|
$ cd /opt/coco
|
||||||
$ cat config.py
|
$ cp conf_example.py conf.py
|
||||||
$ python run_server.py
|
$ python run_server.py
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue