Commit 55e13a0d authored by wojiushixiaobai's avatar wojiushixiaobai

修改文档

parent 2fae0d29
...@@ -51,21 +51,27 @@ ...@@ -51,21 +51,27 @@
$ pip uninstall django-celery-beat $ pip uninstall django-celery-beat
$ pip install django-celery-beat $ pip install django-celery-beat
7. 执行./jms start all 后一直卡在 beat: Waking up in 1.00 minute. 7. 执行 ./jms start all 后一直卡在 beat: Waking up in 1.00 minute.
:: ::
# 如果没有error提示进程无法启动,那么这是正常现象 # 如果没有error提示进程无法启动,那么这是正常现象
# 如果不想在前台启动,可以使用 ./jms start all -d 在后台启动 # 如果不想在前台启动,可以使用 ./jms start all -d 在后台启动
8. 启动 jumpserver 后,访问 8080 端口页面显示不正常 8. 执行 ./jms start all 后提示 WARNINGS: ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default' ...
::
# 这是严格模式的警告,可以参考后面的url解决,或者忽略
9. 启动 jumpserver 后,访问 8080 端口页面显示不正常
:: ::
# 这是因为你在 config.py 里面设置了 DEBUG = False # 这是因为你在 config.py 里面设置了 DEBUG = False
# 跟着教程继续操作,后面搭建 nginx 代理即可正常访问 # 跟着教程继续操作,后面搭建 nginx 代理即可正常访问
9. 执行 ./cocod start 后提示 No module named 'jms' 10. 执行 ./cocod start 后提示 No module named 'jms'
:: ::
...@@ -80,7 +86,7 @@ ...@@ -80,7 +86,7 @@
$ pip install -r requirements.txt $ pip install -r requirements.txt
# 然后重新执行 ./jms start 即可 # 然后重新执行 ./jms start 即可
10. 执行 ./cocod start 后提示 Failed register terminal jzsas exist already 11. 执行 ./cocod start 后提示 Failed register terminal jzsas exist already
:: ::
...@@ -90,7 +96,7 @@ ...@@ -90,7 +96,7 @@
$ rm /opt/coco/keys/.access_key # coco, 如果你是按文档安装的,key应该在这里,如果不存在key文件直接下一步 $ rm /opt/coco/keys/.access_key # coco, 如果你是按文档安装的,key应该在这里,如果不存在key文件直接下一步
$ ./cocod start -d # 正常运行后到Jumpserver 会话管理-终端管理 里面接受coco注册 $ ./cocod start -d # 正常运行后到Jumpserver 会话管理-终端管理 里面接受coco注册
11. 执行 ./cocod start 后提示 Failed register terminal unknow: xxxx 12. 执行 ./cocod start 后提示 Failed register terminal unknow: xxxx
:: ::
...@@ -104,7 +110,7 @@ ...@@ -104,7 +110,7 @@
# 保存后重新执行 ./cocod start 即可 # 保存后重新执行 ./cocod start 即可
12. 通过 nginx 代理的端口访问 jumpserver 页面显示不正常 13. 通过 nginx 代理的端口访问 jumpserver 页面显示不正常
:: ::
...@@ -160,7 +166,7 @@ ...@@ -160,7 +166,7 @@
... ...
13. 访问 luna 页面提示 Luna是单独部署的一个程序,你需要部署luna,coco,配置nginx做url分发... 14. 访问 luna 页面提示 Luna是单独部署的一个程序,你需要部署luna,coco,配置nginx做url分发...
:: ::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment