mirror of https://github.com/jumpserver/jumpserver
Updated v0.5.0 应用图解 (markdown)
parent
1a847e0e07
commit
9376e4e8f5
|
@ -25,8 +25,26 @@ Check database change, make migrations
|
|||
2018-01-28 21:19:23 [signals_handler DEBUG] Receive django ready signal
|
||||
....
|
||||
```
|
||||
|
||||

|
||||
|
||||
1.2 启动coco
|
||||
|
||||
```
|
||||
先进入Python虚拟环境
|
||||
[root@localhost ~]# source /opt/py3/bin/activate
|
||||
|
||||
(py3) [root@localhost ~]# cd /opt/coco/
|
||||
|
||||
(py3) [root@localhost coco]# python run_server.py
|
||||
2018-01-28 22:06:47 [service DEBUG] Initial app service
|
||||
2018-01-28 22:06:47 [service DEBUG] Load access key
|
||||
2018-01-28 22:06:47 [service INFO] No access key found, register it
|
||||
2018-01-28 22:06:47 [service INFO] "Terminal was not accepted yet"
|
||||
2018-01-28 22:06:50 [service INFO] "Terminal was not accepted yet"
|
||||
...
|
||||
```
|
||||
|
||||

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