[Docs] 初始化doc

This commit is contained in:
ibuler
2018-02-27 10:27:28 +08:00
parent 8e2891d7d7
commit 13abd4c751
101 changed files with 19287 additions and 0 deletions

23
docs/quickstart.rst Normal file
View File

@@ -0,0 +1,23 @@
快速安装
==========================
Jumpserver 封装了一个All in one Docker可以快速启动。该镜像集成了所有需要的组件可以使用外置db和redis
Tips: 不建议在生产中使用
Docker 安装见: `Docker官方安装文档 <https://docs.docker.com/install/>`_
快速启动
```````````````
使用root命令行输入::
$ docker run -p 8080:80 -p 2222:2222 jumpserver/jumpserver:0.5.0-beta2
访问
```````````````
浏览器访问: http://localhost:8080
ssh访问: ssh -p 2222 localhost