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
3e885cac
Unverified
Commit
3e885cac
authored
Aug 10, 2018
by
wojiushixiaobai
Committed by
GitHub
Aug 10, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1668 from wojiushixiaobai/docs
[Update]修改文档
parents
85ffa58d
6d80fed9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
distributed_06.rst
docs/distributed_06.rst
+3
-0
faq.rst
docs/faq.rst
+2
-2
setup_by_centos7.rst
docs/setup_by_centos7.rst
+2
-2
No files found.
docs/distributed_06.rst
View file @
3e885cac
...
...
@@ -23,6 +23,9 @@
# 安装依赖包
$ yum install -y yum-utils device-mapper-persistent-data lvm2
# 设置 selinux 策略
$ chcon -Rt svirt_sandbox_file_t /opt/guacamole/key
# 安装 docker(192.168.100.100 是 jumpserver 的 url 地址)
$ yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
$ yum makecache fast
...
...
docs/faq.rst
View file @
3e885cac
...
...
@@ -277,8 +277,8 @@ FAQ
$ firewall-cmd --reload # 重新载入规则
# selinux 设置 http 访问权限
$
setsebool -P httpd_can_network_connect 1
$ setsebool -P httpd_can_network_connect 1 # 设置 selinux 允许 http 访问
$
chcon -Rt svirt_sandbox_file_t /opt/guacamole/key # 设置 selinux 允许容器对目录读写
16. 添加组织及组织管理员命令(1.4.0版本)
...
...
docs/setup_by_centos7.rst
View file @
3e885cac
...
...
@@ -35,8 +35,8 @@ CentOS 7 安装文档
$ firewall-cmd --reload # 重新载入规则
# selinux 设置 http 访问权限
$
setsebool -P httpd_can_network_connect 1
$ setsebool -P httpd_can_network_connect 1 # 设置 selinux 允许 http 访问
$
chcon -Rt svirt_sandbox_file_t /opt/guacamole/key # 设置 selinux 允许容器对目录读写
# 修改字符集,否则可能报 input/output error的问题,因为日志里打印了中文
$ localedef -c -f UTF-8 -i zh_CN zh_CN.UTF-8
...
...
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