mirror of https://github.com/jumpserver/jumpserver
添加doc
parent
0715e11c05
commit
e3c0757166
|
@ -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 @@
|
|||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue