Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
12bc63fb
Commit
12bc63fb
authored
Mar 26, 2017
by
老广
Committed by
GitHub
Mar 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update install.md
parent
7bbb1d24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
install.md
docs/install.md
+5
-4
No files found.
docs/install.md
View file @
12bc63fb
...
@@ -23,7 +23,8 @@ Python 2.7.13
...
@@ -23,7 +23,8 @@ Python 2.7.13
```
```
#### 二. Jumpserver安装
#### 二. Jumpserver安装
**2.1 下载仓库代码 **
**2.1 下载仓库代码**
```
```
$ cd /opt
$ cd /opt
...
@@ -31,7 +32,7 @@ $ git clone [https://github.com/jumpserver/jumpserver.git][2]
...
@@ -31,7 +32,7 @@ $ git clone [https://github.com/jumpserver/jumpserver.git][2]
$ cd jumpserver
$ cd jumpserver
$ git checkout dev
$ git checkout dev
```
```
**2.
1
安装依赖**
**2.
2
安装依赖**
```
```
$ cd requirements
$ cd requirements
...
@@ -39,7 +40,7 @@ $ sudo yum -y install `cat rpm_requirements.txt`
...
@@ -39,7 +40,7 @@ $ sudo yum -y install `cat rpm_requirements.txt`
$ pip2.7 install -r requirements.txt -i https://pypi.doubanio.com/simple
$ pip2.7 install -r requirements.txt -i https://pypi.doubanio.com/simple
```
```
**2.3 准备配置文件
**
**2.3 准备配置文件**
```
```
$ cd ..
$ cd ..
...
@@ -78,7 +79,7 @@ $ python2.7 run_server.py
...
@@ -78,7 +79,7 @@ $ python2.7 run_server.py
访问 http://ip:8080
访问 http://ip:8080
账号密码: admin admin
账号密码: admin admin
**2.7
测试使用**
**2.7 测试使用**
-
创建用户
-
创建用户
会发送邮件,测试是否正常修改密码,登录
会发送邮件,测试是否正常修改密码,登录
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment