添加doc

pull/26/head
ibuler 2015-12-18 18:55:42 +08:00
parent e3c0757166
commit 446a51122f
1 changed files with 11 additions and 10 deletions

View File

@ -5,21 +5,22 @@
iptables stop
selinux disable
####开始
**1. 安装git**
yum -y install git
> yum -y install git
**2. 下载jumpserver**
git clone https://github.com/ibuler/jumpserver.git
> git clone https://github.com/ibuler/jumpserver.git
**3. 执行快速安装脚本**
cd jumpserver/install && python install.py
> cd jumpserver/install && python install.py
> 根据提示输入相关信息完成安装完成安装后请访问web继续查看后续文档
*根据提示输入相关信息完成安装完成安装后请访问web继续查看后续文档*