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
24c1a931
Commit
24c1a931
authored
May 22, 2017
by
ibuler
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of github.com:jumpserver/jumpserver into dev
parents
31025b8c
e21bea6e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
44 deletions
+7
-44
README.md
README.md
+7
-44
No files found.
README.md
View file @
24c1a931
...
@@ -6,50 +6,13 @@ Jumpserver是一款使用Python, Django开发的开源跳板机系统, 助力互
...
@@ -6,50 +6,13 @@ Jumpserver是一款使用Python, Django开发的开源跳板机系统, 助力互
*
Django 1.11
*
Django 1.11
### 安装
### 安装
-
安装依赖库
使用docker compose 安装,一键完成,docker compose 安装见 docker官方
```
$ cd requirements
$ docker-compose up
$ sudo yum -y install `cat rpm_requirements.txt` # CentOS/RedHat
$ sudo apt-get install `cat deb_requirements.txt` # Ubuntu/Debian
### 截图
```
参见 https://github.com/jumpserver/jumpserver/issues/438
-
安装Python依赖包
```
# 请自行安装 Python 和 pip, 和虚拟环境, 如果速度慢可以尝试后面的 douban pypi
$ pip3 install -r requirements.txt # -i https://pypi.doubanio.com/simple
# MacOS
$ pip3 install -r requirements.txt # -i https://pypi.doubanio.com/simple --user
```
-
配置文件
```
$ cd ..
$ cp config_example.py config.py
```
配置项 参考 config.py
-
初始化数据库
```
$ cd utils
$ sh make_migrations.sh
$ sh init_db.sh
```
-
依赖redis
```
$ yum -y install redis
$ service redis start # Run docker or redis-server &
```
-
启动
```
$ python3 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