From 050b6e6d88c1456c1dd9edfbc6da8b0217d66d8d Mon Sep 17 00:00:00 2001 From: ibuler Date: Fri, 9 Mar 2018 12:12:10 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E4=BF=AE=E6=94=B9=E4=B8=80=E4=BA=9B?= =?UTF-8?q?docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/contact.rst | 15 +++++++++------ docs/quickstart.rst | 17 ++++++++++------- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/docs/contact.rst b/docs/contact.rst index 789207779..d858258cf 100644 --- a/docs/contact.rst +++ b/docs/contact.rst @@ -4,14 +4,17 @@ 商业支持 ~~~~~~~~~~~ -https://market.aliyun.com/products/53690006/cmgj026011.html +`阿里云市场购买: `_ + QQ群 ~~~~~~~~ -群1: 390139816 -群2: 399218702 -群3: 552054376 +群1: 390139816 (推荐) + +群2: 399218702 (满) + +群3: 552054376 (满) Github @@ -29,10 +32,10 @@ http://www.jumpserver.org Demo ~~~~~~~~ -http://demo.jumpserver.org:8080 +http://demo.jumpserver.org 邮件 ~~~~~~~~ -ibuler#fit2cloud.com (#替换为@) \ No newline at end of file +support@fit2cloud.com (#替换为@) \ No newline at end of file diff --git a/docs/quickstart.rst b/docs/quickstart.rst index c99675d5a..3a5315416 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -1,9 +1,9 @@ 快速安装 ========================== -Jumpserver 封装了一个 All in one Docker,可以快速启动。该镜像集成了所有需要的组件,可以使用外置 Database 和 Redis +Jumpserver 封装了一个 All in one Docker,可以快速启动。该镜像集成了所需要的组件(Windows组件未暂未集成),也支持使用外置 Database 和 Redis -Tips: 不建议在生产中使用 +Tips: 不建议在生产中使用, 生产中请使用 详细安装 `详细安装 `_ Docker 安装见: `Docker官方安装文档 `_ @@ -18,9 +18,12 @@ Docker 安装见: `Docker官方安装文档 `_ 访问 ``````````````` -浏览器访问: http://localhost:8080 +浏览器访问: http://<容器所在服务器IP>:8080 + +SSH访问: ssh -p 2222 <容器所在服务器IP> + +XShell等工具请添加connection连接 -SSH访问: ssh -p 2222 localhost 额外环境变量 @@ -33,9 +36,9 @@ SSH访问: ssh -p 2222 localhost - DB_PASSWORD = xxxx - DB_NAME = jumpserver -- REDIS_HOST = '' -- REDIS_PORT = '' -- REDIS_PASSWORD = '' +- REDIS_HOST = +- REDIS_PORT = +- REDIS_PASSWORD = < ::