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
1e88c354
Unverified
Commit
1e88c354
authored
Sep 21, 2018
by
wojiushixiaobai
Committed by
GitHub
Sep 21, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1846 from wojiushixiaobai/docs
[Fix]修改分布式部署文档
parents
f36a8fcb
a6b9761d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
1 deletion
+17
-1
distributed_01.rst
docs/distributed_01.rst
+7
-0
distributed_03.rst
docs/distributed_03.rst
+1
-1
distributed_04.rst
docs/distributed_04.rst
+4
-0
distributed_05.rst
docs/distributed_05.rst
+5
-0
No files found.
docs/distributed_01.rst
View file @
1e88c354
...
@@ -28,6 +28,13 @@ Guacamole 服务器运行 docker 服务
...
@@ -28,6 +28,13 @@ Guacamole 服务器运行 docker 服务
Nginx 代理服务器运行 nginx 服务,注意 upstream 的负载模式,需要解决 session 问题
Nginx 代理服务器运行 nginx 服务,注意 upstream 的负载模式,需要解决 session 问题
安全
~~~~~~~
ssh、telnet协议 资产的防火墙设置允许 coco 与 jumpserver 访问
rdp协议 资产的防火墙设置允许 guacamole 与jumpserver 访问
其他
其他
~~~~~~~
~~~~~~~
...
...
docs/distributed_03.rst
View file @
1e88c354
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
# 安装 mariadb 服务
# 安装 mariadb 服务
$ yum install -y install mariadb mariadb-devel mariadb-server
$ yum install -y install mariadb mariadb-devel mariadb-server
# 设置防火墙,开
发
3306 端口
# 设置防火墙,开
放
3306 端口
$ firewall-cmd --zone=public --add-port=3306/tcp --permanent
$ firewall-cmd --zone=public --add-port=3306/tcp --permanent
$ firewall-cmd --reload
$ firewall-cmd --reload
...
...
docs/distributed_04.rst
View file @
1e88c354
...
@@ -23,6 +23,10 @@
...
@@ -23,6 +23,10 @@
# 安装依赖包
# 安装依赖包
$ yum -y install wget sqlite-devel xz gcc automake zlib-devel openssl-devel epel-release git
$ yum -y install wget sqlite-devel xz gcc automake zlib-devel openssl-devel epel-release git
# 设置防火墙,开放 80 端口
$ firewall-cmd --zone=public --add-port=80/tcp --permanent
$ firewall-cmd --reload
# 安装 redis
# 安装 redis
$ yum -y install redis
$ yum -y install redis
$ systemctl enable redis
$ systemctl enable redis
...
...
docs/distributed_05.rst
View file @
1e88c354
...
@@ -23,6 +23,11 @@
...
@@ -23,6 +23,11 @@
# 安装依赖包
# 安装依赖包
$ yum -y install wget sqlite-devel xz gcc automake zlib-devel openssl-devel epel-release git
$ yum -y install wget sqlite-devel xz gcc automake zlib-devel openssl-devel epel-release git
# 设置防火墙,开放 2222 5000 端口
$ firewall-cmd --zone=public --add-port=2222/tcp --permanent
$ firewall-cmd --zone=public --add-port=5000/tcp --permanent
$ firewall-cmd --reload
# 安装 Python3.6.1
# 安装 Python3.6.1
$ wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz
$ wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz
$ tar xvf Python-3.6.1.tar.xz && cd Python-3.6.1
$ tar xvf Python-3.6.1.tar.xz && cd Python-3.6.1
...
...
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