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
d9fe6ebb
Commit
d9fe6ebb
authored
Oct 22, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文档
parent
e1ff1397
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
distributed_05.rst
docs/distributed_05.rst
+1
-1
faq_install.rst
docs/faq_install.rst
+2
-2
setup_by_centos7.rst
docs/setup_by_centos7.rst
+1
-1
setup_by_local.rst
docs/setup_by_local.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
No files found.
docs/distributed_05.rst
View file @
d9fe6ebb
...
...
@@ -156,7 +156,7 @@
# 运行 coco
$ cd /opt/coco
$ mkdir keys
$ mkdir keys
logs
$ ./cocod start # 后台运行使用 -d 参数./cocod start -d
# 新版本更新了运行脚本,使用方式./cocod start|stop|status 后台运行请添加 -d 参数
...
...
docs/faq_install.rst
View file @
d9fe6ebb
...
...
@@ -128,13 +128,13 @@
# 保存后重新执行 ./cocod start 即可
15. 运行 ./cocod start 后提示 No such file or directory: '/opt/coco/
keys/.access_key
'
15. 运行 ./cocod start 后提示 No such file or directory: '/opt/coco/
xxx/xxx
'
::
# 这是一个小 bug,之后的版本会修复掉
$ cd /opt/coco
$ mkdir keys
$ mkdir keys
logs
# 保存后重新执行 ./cocod start 即可
...
...
docs/setup_by_centos7.rst
View file @
d9fe6ebb
...
...
@@ -201,7 +201,7 @@ CentOS 7 安装文档
# 修改 Coco 配置文件
$ cd /opt/coco
$ mkdir keys
$ mkdir keys
logs
$ cp conf_example.py conf.py
$ vi conf.py
...
...
docs/setup_by_local.rst
View file @
d9fe6ebb
...
...
@@ -198,7 +198,7 @@ CentOS 7 组件离线安装文档
# 修改 Coco 配置文件
$ cd /opt/coco
$ mkdir keys
$ mkdir keys
logs
$ cp conf_example.py conf.py
$ vi conf.py
...
...
docs/setup_by_ubuntu.rst
View file @
d9fe6ebb
...
...
@@ -256,7 +256,7 @@
::
$ cd /opt/coco
$ mkdir keys
$ mkdir keys
logs
$ cp conf_example.py conf.py # 如果 coco 与 jumpserver 分开部署,请手动修改 conf.py
$ vi conf.py
...
...
docs/step_by_step.rst
View file @
d9fe6ebb
...
...
@@ -292,7 +292,7 @@ Yum 加速设置请参考 <http://mirrors.163.com/.help/centos.html>
::
$ cd /opt/coco
$ mkdir keys
$ mkdir keys
logs
$ cp conf_example.py conf.py # 如果 coco 与 jumpserver 分开部署,请手动修改 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