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
9f6291c7
Commit
9f6291c7
authored
Nov 01, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文档
parent
7144fdfb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
11 deletions
+1
-11
distributed_04.rst
docs/distributed_04.rst
+0
-9
quickinstall.rst
docs/quickinstall.rst
+1
-2
setup_by_centos7.rst
docs/setup_by_centos7.rst
+0
-0
setup_by_local.rst
docs/setup_by_local.rst
+0
-0
No files found.
docs/distributed_04.rst
View file @
9f6291c7
...
@@ -45,17 +45,8 @@
...
@@ -45,17 +45,8 @@
$ python3.6 -m venv /opt/py3
$ python3.6 -m venv /opt/py3
$ source /opt/py3/bin/activate
$ source /opt/py3/bin/activate
# 配置 autoenv
$ git clone git://github.com/kennethreitz/autoenv.git
$ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
$ source ~/.bashrc
# 下载 Jumpserver
# 下载 Jumpserver
$ git clone https://github.com/jumpserver/jumpserver.git
$ git clone https://github.com/jumpserver/jumpserver.git
$ echo "source /opt/py3/bin/activate" > /opt/jumpserver/.env
$ cd /opt/jumpserver && git checkout master && git pull
# 首次进入 jumpserver 文件夹会有提示,按 y 即可
# Are you sure you want to allow this? (y/N) y
# 安装依赖 RPM 包
# 安装依赖 RPM 包
$ yum -y install $(cat /opt/jumpserver/requirements/rpm_requirements.txt)
$ yum -y install $(cat /opt/jumpserver/requirements/rpm_requirements.txt)
...
...
docs/quickinstall.rst
View file @
9f6291c7
一站式、分布式
、组件离线安装
一站式、分布式
安装文档
++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++
可用于生产环境参考安装文档
可用于生产环境参考安装文档
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
:maxdepth: 1
:maxdepth: 1
在线安装文档 <setup_by_centos7.rst>
在线安装文档 <setup_by_centos7.rst>
组件离线安装文档 <setup_by_local.rst>
分布式部署文档(基于CentOS 7)
分布式部署文档(基于CentOS 7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
docs/setup_by_centos7.rst
View file @
9f6291c7
This diff is collapsed.
Click to expand it.
docs/setup_by_local.rst
deleted
100644 → 0
View file @
7144fdfb
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