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
39f95020
Commit
39f95020
authored
Oct 11, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文档
parent
4e4ec401
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
setup_by_centos7.rst
docs/setup_by_centos7.rst
+1
-1
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+3
-3
upgrade.rst
docs/upgrade.rst
+1
-1
No files found.
docs/setup_by_centos7.rst
View file @
39f95020
...
...
@@ -398,7 +398,7 @@ CentOS 7 安装文档
# 新版本更新了运行脚本,使用方式./cocod start|stop|status|restart 后台运行请添加 -d 参数
# 运行 Guacamole
# 注意:这里需要修改下 http://<填写jumpserver的url地址> 例: http://192.168.244.144 不能使用 127.0.0.1
# 注意:这里需要修改下 http://<填写jumpserver的url地址> 例: http://192.168.244.144
:8080 或 http://192.168.244.144
不能使用 127.0.0.1
$ docker run --name jms_guacamole -d \
-p 8081:8080 -v /opt/guacamole/key:/config/guacamole/key \
-e JUMPSERVER_KEY_DIR=/config/guacamole/key \
...
...
docs/setup_by_ubuntu.rst
View file @
39f95020
...
...
@@ -177,7 +177,7 @@
# Django 监听的ip和端口,生产环境推荐把0.0.0.0修改成127.0.0.1,这里的意思是允许x.x.x.x访问,127.0.0.1表示仅允许自身访问
# ./manage.py runserver 127.0.0.1:8080
HTTP_BIND_HOST = '
127.0.0.1
'
HTTP_BIND_HOST = '
0.0.0.0
'
HTTP_LISTEN_PORT = 8080
# Redis 相关设置
...
...
@@ -385,7 +385,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
# 安装 docker 参考官方教程 https://docs.docker.com/install/linux/docker-ce/ubuntu/
#
#
apt-get install linux-image-extra-$(uname -r) linux-image-extra-virtual # Ubuntu 14.04 需要先执行这一行
# apt-get install linux-image-extra-$(uname -r) linux-image-extra-virtual # Ubuntu 14.04 需要先执行这一行
$ apt-get remove docker docker-engine docker.io
$ apt-get install apt-transport-https ca-certificates curl software-properties-common
...
...
@@ -399,7 +399,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
$ apt-get update
$ apt-get install docker-ce
# 注意:这里需要修改下 http://<填写jumpserver的url地址> 例: http://192.168.244.144 不能使用 127.0.0.1 ,可以更换 registry.jumpserver.org/public/guacamole:latest
# 注意:这里需要修改下 http://<填写jumpserver的url地址> 例: http://192.168.244.144
:8080 或者 http://192.168.244.144
不能使用 127.0.0.1 ,可以更换 registry.jumpserver.org/public/guacamole:latest
$ docker run --name jms_guacamole -d \
-p 8081:8080 -v /opt/guacamole/key:/config/guacamole/key \
...
...
docs/upgrade.rst
View file @
39f95020
...
...
@@ -46,7 +46,7 @@
$ python manage.py migrate
$ cd ../utils && sh make_migrations.sh
# 1.0.x 升级到最新版本需要执行迁移脚本 (新版本授权管理更新,升级前版本
非
1.0.x 请跳过)
# 1.0.x 升级到最新版本需要执行迁移脚本 (新版本授权管理更新,升级前版本
不是
1.0.x 请跳过)
$ sh 2018_04_11_migrate_permissions.sh
# 任意版本升级到 1.4.0 版本,需要执行(升级前版本小于 1.4.0 需要执行此步骤)
...
...
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