mirror of https://github.com/jumpserver/jumpserver
Updated v0.5.0 应用图解 (markdown)
parent
cfc89bda14
commit
3b30917dc4
|
@ -1,7 +1,7 @@
|
||||||
一. Jumpserver启动
|
一. Jumpserver启动
|
||||||
Python: 版本 3.6
|
Python: 版本 3.6
|
||||||
|
|
||||||
1.1 启动redis并运行jumpserver
|
1.1 启动Jumpserver
|
||||||
|
|
||||||
先进入Python虚拟环境
|
先进入Python虚拟环境
|
||||||
|
|
||||||
|
@ -10,11 +10,19 @@ Python: 版本 3.6
|
||||||
(py3) [root@localhost ~]# service redis start
|
(py3) [root@localhost ~]# service redis start
|
||||||
Redirecting to /bin/systemctl start redis.service
|
Redirecting to /bin/systemctl start redis.service
|
||||||
(py3) [root@localhost ~]# cd /opt/jumpserver/
|
(py3) [root@localhost ~]# cd /opt/jumpserver/
|
||||||
|
(py3) [root@localhost jumpserver]# sh nginx.sh start
|
||||||
|
Starting nginx: [ OK ]
|
||||||
(py3) [root@localhost jumpserver]# python run_server.py all
|
(py3) [root@localhost jumpserver]# python run_server.py all
|
||||||
|
Sun Jan 28 21:19:21 2018
|
||||||
|
Jumpserver version 0.5.0, more see https://www.jumpserver.org
|
||||||
|
Quit the server with CONTROL-C.
|
||||||
|
- Start Gunicorn WSGI HTTP Server
|
||||||
|
Check database change, make migrations
|
||||||
|
2018-01-28 21:19:23 [signals_handler DEBUG] Receive django ready signal
|
||||||
....
|
....
|
||||||
```
|
```
|
||||||

|

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