mirror of https://github.com/jumpserver/jumpserver
Updated v0.5.0 应用图解 (markdown)
parent
64aa90c441
commit
cfc89bda14
|
@ -4,12 +4,17 @@ Python: 版本 3.6
|
|||
1.1 启动redis并运行jumpserver
|
||||
|
||||
先进入Python虚拟环境
|
||||
|
||||
```
|
||||
[root@localhost ~]# source /opt/py3/bin/activate
|
||||
(py3) [root@localhost ~]# service redis start
|
||||
Redirecting to /bin/systemctl start redis.service
|
||||
(py3) [root@localhost ~]# cd /opt/jumpserver/
|
||||
(py3) [root@localhost jumpserver]# python run_server.py all
|
||||
....
|
||||
```
|
||||

|
||||
|
||||
1.2 启动nignx
|
||||
|
||||
访问 http://ip 账号密码: admin admin
|
Loading…
Reference in New Issue