Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
b88d64b7
Unverified
Commit
b88d64b7
authored
6 years ago
by
wojiushixiaobai
Committed by
GitHub
6 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1820 from wojiushixiaobai/docs
[Update]修改文档
parents
7ceadd58
e0cb249b
docs
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 deletions
+16
-7
faq.rst
docs/faq.rst
+1
-0
faq_install.rst
docs/faq_install.rst
+15
-7
No files found.
docs/faq.rst
View file @
b88d64b7
...
@@ -69,6 +69,7 @@ FAQ
...
@@ -69,6 +69,7 @@ FAQ
{"default": {"TYPE":"server"}, "ali-es": {"TYPE": "elasticsearch", "HOSTS": ["http://elastic:changeme@localhost:9200"]}}
{"default": {"TYPE":"server"}, "ali-es": {"TYPE": "elasticsearch", "HOSTS": ["http://elastic:changeme@localhost:9200"]}}
# 修改后,需要修改在Jumpserver 会话管理-终端管理 修改terminal的配置 录像存储 命令记录
# 修改后,需要修改在Jumpserver 会话管理-终端管理 修改terminal的配置 录像存储 命令记录
# 注意,命令记录需要所有保存地址都正常可用,否则 历史会话 和 命令记录 页面无法正常访问
5. 在终端修改管理员密码及新建超级用户
5. 在终端修改管理员密码及新建超级用户
...
...
This diff is collapsed.
Click to expand it.
docs/faq_install.rst
View file @
b88d64b7
...
@@ -58,20 +58,28 @@
...
@@ -58,20 +58,28 @@
# 如果没有error提示进程无法启动,那么这是正常现象
# 如果没有error提示进程无法启动,那么这是正常现象
# 如果不想在前台启动,可以使用 ./jms start all -d 在后台启动
# 如果不想在前台启动,可以使用 ./jms start all -d 在后台启动
8. 执行 ./jms start all 后提示 WARNINGS: ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default' ...
8. 执行 ./jms start all 后提示 xxx is stopped
::
# Error: xxx start error
# xxx is stopped
$ ./jms restart xxx # 如 ./jms restart gunicorn
9. 执行 ./jms start all 后提示 WARNINGS: ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default' ...
::
::
# 这是严格模式的警告,可以参考后面的url解决,或者忽略
# 这是严格模式的警告,可以参考后面的url解决,或者忽略
9
. 启动 jumpserver 后,访问 8080 端口页面显示不正常
10
. 启动 jumpserver 后,访问 8080 端口页面显示不正常
::
::
# 这是因为你在 config.py 里面设置了 DEBUG = False
# 这是因为你在 config.py 里面设置了 DEBUG = False
# 跟着教程继续操作,后面搭建 nginx 代理即可正常访问
# 跟着教程继续操作,后面搭建 nginx 代理即可正常访问
1
0
. 执行 ./cocod start 后提示 No module named 'jms'
1
1
. 执行 ./cocod start 后提示 No module named 'jms'
::
::
...
@@ -86,7 +94,7 @@
...
@@ -86,7 +94,7 @@
$ pip install -r requirements/requirements.txt -i https://pypi.python.org/simple
$ pip install -r requirements/requirements.txt -i https://pypi.python.org/simple
# 然后重新执行 ./cocod start 即可
# 然后重新执行 ./cocod start 即可
1
1
. 执行 ./cocod start 后提示 Failed register terminal xxxx exist already
1
2
. 执行 ./cocod start 后提示 Failed register terminal xxxx exist already
::
::
...
@@ -96,7 +104,7 @@
...
@@ -96,7 +104,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注册
1
2
. 执行 ./cocod start 后提示 Failed register terminal unknow: xxxx
1
3
. 执行 ./cocod start 后提示 Failed register terminal unknow: xxxx
::
::
...
@@ -110,7 +118,7 @@
...
@@ -110,7 +118,7 @@
# 保存后重新执行 ./cocod start 即可
# 保存后重新执行 ./cocod start 即可
1
3
. 通过 nginx 代理的端口访问 jumpserver 页面显示不正常
1
4
. 通过 nginx 代理的端口访问 jumpserver 页面显示不正常
::
::
...
@@ -166,7 +174,7 @@
...
@@ -166,7 +174,7 @@
...
...
1
4
. 访问 luna 页面提示 Luna是单独部署的一个程序,你需要部署luna,coco,配置nginx做url分发...
1
5
. 访问 luna 页面提示 Luna是单独部署的一个程序,你需要部署luna,coco,配置nginx做url分发...
::
::
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment