mirror of https://github.com/jumpserver/jumpserver
Updated v0.4.0 基于 RedHat 的系统 (markdown)
parent
eda3688725
commit
634d5f80d0
|
@ -116,6 +116,8 @@ $ git clone git@github.com:jumpserver/luna.git
|
||||||
$ pip install --user -r requirements.txt -i https://pypi.douban.com/simple
|
$ pip install --user -r requirements.txt -i https://pypi.douban.com/simple
|
||||||
##### 4.3 修改配置
|
##### 4.3 修改配置
|
||||||
```
|
```
|
||||||
|
$ cd ..
|
||||||
|
$ vim config.py
|
||||||
$ export JUMPSERVER_ENDPOINT='http://a-jumpserver-url:port'
|
$ export JUMPSERVER_ENDPOINT='http://a-jumpserver-url:port'
|
||||||
# 或修改配置文件设置 JUMPSERVER_ENDPOINT = 'http://127.0.0.1:8080/'
|
# 或修改配置文件设置 JUMPSERVER_ENDPOINT = 'http://127.0.0.1:8080/'
|
||||||
```
|
```
|
Loading…
Reference in New Issue