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
69a27762
Commit
69a27762
authored
Jul 12, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文档
parent
c67890d7
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
33 additions
and
4 deletions
+33
-4
distributed_01.rst
docs/distributed_01.rst
+1
-1
distributed_02.rst
docs/distributed_02.rst
+22
-2
distributed_03.rst
docs/distributed_03.rst
+3
-0
distributed_04.rst
docs/distributed_04.rst
+2
-0
distributed_05.rst
docs/distributed_05.rst
+3
-1
distributed_06.rst
docs/distributed_06.rst
+2
-0
No files found.
docs/distributed_01.rst
View file @
69a27762
分布式部署文档 -
局域网部署
说明
分布式部署文档 -
环境
说明
--------------------------------------------------------
说明
...
...
docs/distributed_02.rst
View file @
69a27762
...
...
@@ -4,7 +4,6 @@
说明
~~~~~~~
- # 开头的行表示注释
- > 开头的行表示需要在 mysql 中执行
- $ 开头的行表示需要执行的命令
环境
...
...
@@ -31,6 +30,8 @@
# 设置 http 访问权限
$ setsebool -P httpd_can_network_connect 1
::
# 安装 nginx
$ vim /etc/yum.repos.d/nginx.repo
...
...
@@ -42,6 +43,8 @@
# 非 Centos7 请参考 http://nginx.org/en/linux_packages.html#stable
::
$ yum -y install nginx
$ systemctl enable nginx
...
...
@@ -207,4 +210,21 @@
$ nginx -t
$ systemctl start nginx
# 访问 http://192.168.100.100
# 默认账号: admin 密码: admin 到会话管理-终端管理 接受 Coco Guacamole 等应用的注册
# 测试连接
$ ssh -p2222 admin@192.168.100.100
$ sftp -P2222 admin@192.168.100.100
密码: admin
# 如果是用在 Windows 下,Xshell Terminal 登录语法如下
$ ssh admin@192.168.100.100 2222
$ sftp admin@192.168.100.100 2222
密码: admin
如果能登陆代表部署成功
# sftp默认上传的位置在资产的 /tmp 目录下
# windows拖拽上传的位置在资产的 Guacamole RDP上的 G 目录下
后续的使用请参考 `快速入门 <admin_create_asset.html>`_
如遇到问题可参考 `FAQ <faq.html>`_
docs/distributed_03.rst
View file @
69a27762
...
...
@@ -5,6 +5,7 @@
~~~~~~~
- # 开头的行表示注释
- $ 开头的行表示需要执行的命令
- > 开头的行表示需要在数据库中执行
环境
~~~~~~~
...
...
@@ -40,3 +41,5 @@
> grant all on jumpserver.* to 'jumpserver'@'192.168.100.11' identified by 'somepassword';
> flush privileges;
> quit
# 数据库的主从设置请参考其官方,之后会补上
docs/distributed_04.rst
View file @
69a27762
...
...
@@ -200,3 +200,5 @@
# 新版本更新了运行脚本,使用方式./jms start|stop|status all 后台运行请添加 -d 参数
# 访问 http://192.168.100.11 默认账号: admin 密码: admin
# 多节点部署,请参考此文档,设置数据库时请选择从库,其他的一样
docs/distributed_05.rst
View file @
69a27762
...
...
@@ -80,7 +80,7 @@
# Jumpserver项目的url, api请求注册会使用, 如果Jumpserver没有运行在127.0.0.1:8080,请修改此处
# CORE_HOST = os.environ.get("CORE_HOST") or 'http://127.0.0.1:8080'
CORE_HOST = 'http://1
27.0.0.1:808
0'
CORE_HOST = 'http://1
92.168.100.10
0'
# 启动时绑定的ip, 默认 0.0.0.0
# BIND_HOST = '0.0.0.0'
...
...
@@ -142,3 +142,5 @@
# 新版本更新了运行脚本,使用方式./jms start|stop|status all 后台运行请添加 -d 参数
# 访问 http://192.168.100.100/terminal/terminal/ 接受 coco 注册
# 多节点部署请参考此文档,部署方式一样
docs/distributed_06.rst
View file @
69a27762
...
...
@@ -35,3 +35,5 @@
jumpserver/guacamole:latest
# 访问 http://192.168.100.100/terminal/terminal/ 接受 guacamole 注册
# 多节点部署请参考此文档,部署方式一样,不需要做任何修改
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