Commit 96307d35 authored by wojiushixiaobai's avatar wojiushixiaobai

修改安装文档

parent d4f71b4a
......@@ -156,7 +156,8 @@
# 运行 coco
$ cd /opt/coco
$ ./cocod start all # 后台运行使用 -d 参数./cocod start -d
$ mkdir keys
$ ./cocod start # 后台运行使用 -d 参数./cocod start -d
# 新版本更新了运行脚本,使用方式./cocod start|stop|status 后台运行请添加 -d 参数
# 访问 http://192.168.100.100/terminal/terminal/ 接受 coco 注册
......
......@@ -201,6 +201,7 @@ CentOS 7 安装文档
# 修改 Coco 配置文件
$ cd /opt/coco
$ mkdir keys
$ cp conf_example.py conf.py
$ vi conf.py
......
......@@ -198,6 +198,7 @@ CentOS 7 组件离线安装文档
# 修改 Coco 配置文件
$ cd /opt/coco
$ mkdir keys
$ cp conf_example.py conf.py
$ vi conf.py
......
......@@ -255,6 +255,7 @@
::
$ cd /opt/coco
$ mkdir keys
$ cp conf_example.py conf.py # 如果 coco 与 jumpserver 分开部署,请手动修改 conf.py
$ vi conf.py
......
......@@ -291,6 +291,7 @@ Yum 加速设置请参考 <http://mirrors.163.com/.help/centos.html>
::
$ cd /opt/coco
$ mkdir keys
$ cp conf_example.py conf.py # 如果 coco 与 jumpserver 分开部署,请手动修改 conf.py
$ vi conf.py
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment