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
96307d35
Commit
96307d35
authored
Oct 10, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改安装文档
parent
d4f71b4a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
8 deletions
+13
-8
distributed_05.rst
docs/distributed_05.rst
+3
-2
setup_by_centos7.rst
docs/setup_by_centos7.rst
+3
-2
setup_by_local.rst
docs/setup_by_local.rst
+1
-0
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+3
-2
step_by_step.rst
docs/step_by_step.rst
+3
-2
No files found.
docs/distributed_05.rst
View file @
96307d35
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
$ yum -y install $(cat /opt/coco/requirements/rpm_requirements.txt)
$ yum -y install $(cat /opt/coco/requirements/rpm_requirements.txt)
# 安装 Python 库依赖
# 安装 Python 库依赖
$ pip install --upgrade pip && pip install -r /opt/coco/requirements/requirements.txt
$ pip install --upgrade pip && pip install -r /opt/coco/requirements/requirements.txt
# # 修改 Coco 配置文件
# # 修改 Coco 配置文件
$ cd /opt/coco
$ cd /opt/coco
...
@@ -156,7 +156,8 @@
...
@@ -156,7 +156,8 @@
# 运行 coco
# 运行 coco
$ cd /opt/coco
$ cd /opt/coco
$ ./cocod start all # 后台运行使用 -d 参数./cocod start -d
$ mkdir keys
$ ./cocod start # 后台运行使用 -d 参数./cocod start -d
# 新版本更新了运行脚本,使用方式./cocod start|stop|status 后台运行请添加 -d 参数
# 新版本更新了运行脚本,使用方式./cocod start|stop|status 后台运行请添加 -d 参数
# 访问 http://192.168.100.100/terminal/terminal/ 接受 coco 注册
# 访问 http://192.168.100.100/terminal/terminal/ 接受 coco 注册
...
...
docs/setup_by_centos7.rst
View file @
96307d35
...
@@ -98,8 +98,8 @@ CentOS 7 安装文档
...
@@ -98,8 +98,8 @@ CentOS 7 安装文档
# 安装 Python 库依赖
# 安装 Python 库依赖
$ pip install --upgrade pip
$ pip install --upgrade pip
$ pip install -r /opt/jumpserver/requirements/requirements.txt
$ pip install -r /opt/jumpserver/requirements/requirements.txt
$ pip install -r /opt/coco/requirements/requirements.txt
$ pip install -r /opt/coco/requirements/requirements.txt
::
::
...
@@ -201,6 +201,7 @@ CentOS 7 安装文档
...
@@ -201,6 +201,7 @@ CentOS 7 安装文档
# 修改 Coco 配置文件
# 修改 Coco 配置文件
$ cd /opt/coco
$ cd /opt/coco
$ mkdir keys
$ cp conf_example.py conf.py
$ cp conf_example.py conf.py
$ vi conf.py
$ vi conf.py
...
...
docs/setup_by_local.rst
View file @
96307d35
...
@@ -198,6 +198,7 @@ CentOS 7 组件离线安装文档
...
@@ -198,6 +198,7 @@ CentOS 7 组件离线安装文档
# 修改 Coco 配置文件
# 修改 Coco 配置文件
$ cd /opt/coco
$ cd /opt/coco
$ mkdir keys
$ cp conf_example.py conf.py
$ cp conf_example.py conf.py
$ vi conf.py
$ vi conf.py
...
...
docs/setup_by_ubuntu.rst
View file @
96307d35
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
::
::
$ pip install -r requirements.txt
$ pip install -r requirements.txt
**2.4 安装 Redis, Jumpserver 使用 Redis 做 cache 和 celery broke**
**2.4 安装 Redis, Jumpserver 使用 Redis 做 cache 和 celery broke**
...
@@ -248,13 +248,14 @@
...
@@ -248,13 +248,14 @@
::
::
$ cd /opt/coco/requirements
$ cd /opt/coco/requirements
$ pip install -r requirements.txt
$ pip install -r requirements.txt
**3.3 查看配置文件并运行**
**3.3 查看配置文件并运行**
::
::
$ cd /opt/coco
$ cd /opt/coco
$ mkdir keys
$ cp conf_example.py conf.py # 如果 coco 与 jumpserver 分开部署,请手动修改 conf.py
$ cp conf_example.py conf.py # 如果 coco 与 jumpserver 分开部署,请手动修改 conf.py
$ vi conf.py
$ vi conf.py
...
...
docs/step_by_step.rst
View file @
96307d35
...
@@ -110,7 +110,7 @@ Yum 加速设置请参考 <http://mirrors.163.com/.help/centos.html>
...
@@ -110,7 +110,7 @@ Yum 加速设置请参考 <http://mirrors.163.com/.help/centos.html>
::
::
$ pip install -r requirements.txt
$ pip install -r requirements.txt
**2.4 安装 Redis, Jumpserver 使用 Redis 做 cache 和 celery broke**
**2.4 安装 Redis, Jumpserver 使用 Redis 做 cache 和 celery broke**
...
@@ -284,13 +284,14 @@ Yum 加速设置请参考 <http://mirrors.163.com/.help/centos.html>
...
@@ -284,13 +284,14 @@ Yum 加速设置请参考 <http://mirrors.163.com/.help/centos.html>
$ cd /opt/coco/requirements
$ cd /opt/coco/requirements
$ yum -y install $(cat rpm_requirements.txt)
$ yum -y install $(cat rpm_requirements.txt)
$ pip install -r requirements.txt
$ pip install -r requirements.txt
**3.3 修改配置文件并运行**
**3.3 修改配置文件并运行**
::
::
$ cd /opt/coco
$ cd /opt/coco
$ mkdir keys
$ cp conf_example.py conf.py # 如果 coco 与 jumpserver 分开部署,请手动修改 conf.py
$ cp conf_example.py conf.py # 如果 coco 与 jumpserver 分开部署,请手动修改 conf.py
$ vi conf.py
$ vi conf.py
...
...
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