From 9376e4e8f5f4443068af089d9b5e96e3ac63526f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=87=E6=83=B3=E6=8E=A7?= <704564722@qq.com> Date: Sun, 28 Jan 2018 22:15:06 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20v0.5.0=20=E5=BA=94=E7=94=A8=E5=9B=BE?= =?UTF-8?q?=E8=A7=A3=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v0.5.0-应用图解.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/v0.5.0-应用图解.md b/v0.5.0-应用图解.md index d2ff408..a968af1 100644 --- a/v0.5.0-应用图解.md +++ b/v0.5.0-应用图解.md @@ -25,8 +25,26 @@ Check database change, make migrations 2018-01-28 21:19:23 [signals_handler DEBUG] Receive django ready signal .... ``` + ![webterminal](https://github.com/jumpserver/static/blob/master/wiki/v0.5.0/1.gif) 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" +... +``` + + ![webterminal](https://github.com/jumpserver/static/blob/master/wiki/v0.5.0/1.gif) + 访问 http://ip 账号密码: admin admin \ No newline at end of file