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
0524e8dd
Commit
0524e8dd
authored
Mar 04, 2017
by
老广
Committed by
GitHub
Mar 04, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
ab62bfca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+7
-7
No files found.
README.md
View file @
0524e8dd
## Jumpserver
Jumpserver是一款
开源的跳板机产品,主要使用Python,Django开发
Jumpserver是一款
使用Python, Django开发的开源跳板机系统, 助力互联网企业高效 用户、资产、权限、审计 管理
### 开发环境
*
Python 2.7 # 开发时需考虑兼容Python3
*
Django 1.10
### 安装
1.
安装依赖库
-
安装依赖库
```
$ cd requirements
$ sudo yum -y install `cat rpm_requirements.txt` # CentOS/RedHat
$ sudo apt-get install `cat deb_requirements.txt` # Ubuntu/Debian
```
2.
安装Python依赖包
-
安装Python依赖包
```
# 请自行安装 Python2.7 和 pip, 以下运行是以python2.7和pip2.7开始
...
...
@@ -23,7 +23,7 @@ $ pip2.7 install -r requirements.txt -i https://pypi.doubanio.com/simple
$ pip2.7 install -r requirements.txt -i https://pypi.doubanio.com/simple --user
```
3.
配置文件
-
配置文件
```
$ cd ..
...
...
@@ -32,20 +32,20 @@ $ cp config_example.py config.py
配置项 参考 config.py
4.
初始化数据库
-
初始化数据库
```
# cd utils
# sh make_migrations.sh
# sh init_db.sh
```
5.
依赖redis
-
依赖redis
```
$ yum -y install redis
$ service redis start # Run docker or redis-server &
```
6.
启动
-
启动
```
$ python2.7 run_server.py
...
...
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