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
2f05ea50
Unverified
Commit
2f05ea50
authored
Aug 09, 2018
by
wojiushixiaobai
Committed by
GitHub
Aug 09, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1659 from Mr-Linus/docs
[Fix] 修复文档加粗显示失效
parents
2f673cb6
156227d2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
dockerinstall.rst
docs/dockerinstall.rst
+1
-1
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+1
-1
step_by_step.rst
docs/step_by_step.rst
+1
-1
upgrade.rst
docs/upgrade.rst
+7
-7
No files found.
docs/dockerinstall.rst
View file @
2f05ea50
Docker安装
Docker
安装
==========================
Jumpserver 封装了一个 All in one Docker,可以快速启动。该镜像集成了所需要的组件(Windows组件未暂未集成),也支持使用外置 Database 和 Redis
...
...
docs/setup_by_ubuntu.rst
View file @
2f05ea50
...
...
@@ -501,7 +501,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
如果部署过程中没有接受应用的注册,需要到Jumpserver 会话管理-终端管理 接受 Coco Guacamole 等应用的注册
**
测试连接**
**测试连接**
::
...
...
docs/step_by_step.rst
View file @
2f05ea50
...
...
@@ -553,7 +553,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
如果部署过程中没有接受应用的注册,需要到Jumpserver 会话管理-终端管理 接受 Coco Guacamole 等应用的注册。
**
测试连接**
**测试连接**
::
...
...
docs/upgrade.rst
View file @
2f05ea50
...
...
@@ -11,7 +11,7 @@
$ pip install -r requirements/requirements.txt # 如果使用其他源下载失败可以使用 -i 参数指定源
$ cd utils && sh make_migrations.sh
# 1.0.x 升级 1.2.0及以后的版本 需要执行迁移脚本(新版本授权管理更新)
# 1.0.x 升级 1.2.0
及以后的版本 需要执行迁移脚本(新版本授权管理更新)
$ sh 2018_04_11_migrate_permissions.sh
2. 升级 Coco(如果是新开的终端,别忘了 source /opt/py3/bin/activate)
...
...
@@ -62,7 +62,7 @@
说明: 如果是新开的终端,别忘了 source /opt/py3/bin/activate
1. 备份
jumpserver
配置文件、数据库表结构及录像文件
1. 备份
jumpserver
配置文件、数据库表结构及录像文件
::
...
...
@@ -116,9 +116,9 @@
说明: 以下操作都在 coco 项目所在目录
coco是无状态的,备份 keys 目录即可
coco
是无状态的,备份 keys 目录即可
1. 备份配置文件及keys
1. 备份配置文件及
keys
::
...
...
@@ -127,7 +127,7 @@ coco是无状态的,备份 keys 目录即可
$ cp -r keys $jumpserver_backup/
2. 离线更新升级coco(如果是新开的终端,别忘了 source /opt/py3/bin/activate)
2. 离线更新升级
coco(如果是新开的终端,别忘了 source /opt/py3/bin/activate)
::
...
...
@@ -137,7 +137,7 @@ coco是无状态的,备份 keys 目录即可
$ cd coco && git checkout master # or other branch
$ git pull
3. 还原 keys目录
3. 还原 keys
目录
::
...
...
@@ -154,7 +154,7 @@ coco是无状态的,备份 keys 目录即可
**Luna**
直接下载最新
Release
包替换即可
直接下载最新
Release
包替换即可
**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