Created v0.5.0 应用图解 (markdown)

master
假想控 2018-01-28 21:03:10 +08:00
parent 40f092215a
commit 64aa90c441
1 changed files with 15 additions and 0 deletions

15
v0.5.0-应用图解.md Normal file

@ -0,0 +1,15 @@
一. Jumpserver启动
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
....
![webterminal](https://github.com/jumpserver/static/blob/master/wiki/v0.5.0/1.gif)
1.2 启动nignx
访问 http://ip 账号密码: admin admin