添加doc

pull/26/head
ibuler 2015-12-18 18:52:32 +08:00
parent 0715e11c05
commit e3c0757166
1 changed files with 33 additions and 13 deletions

View File

@ -1,3 +1,27 @@
快速安装
------
####环境
CentOS 6.x x86_64
iptables stop
selinux disable
####开始
** 1. 安装git **
yum -y install git
** 2. 下载jumpserver **
git clone https://github.com/ibuler/jumpserver.git
** 3. 执行快速安装脚本 **
cd jumpserver/install && python install.py
> 根据提示输入相关信息完成安装完成安装后请访问web继续查看后续文档
名词解释
------
@ -43,21 +67,16 @@
快速开始
------
**********
##### 1. 添加用户
**用户管理 - 查看用户 - 添加用户** 填写基本信息,完成用户添加
用户添加完成后根据提示记住用户账号密码换个浏览器登录下载key
登录jumpserver测试
![添加用户](https://github.com/ibuler/static/raw/master/jumpserver3/1.useradd.png)
ssh登录jumpserver测试
##### 2. 添加资产
**资产管理 - 查看资产 - 添加资产** 填写基本信息,完成资产添加
![添加资产](https://github.com/ibuler/static/raw/master/jumpserver3/2.asset_add.png)
##### 3. 添加sudo
**授权管理 - Sudo - 添加别名** 输入别名名称和命令完成sudo添加
@ -104,3 +123,4 @@