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
539bf7be
Commit
539bf7be
authored
Jan 02, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc
parent
c6eaf894
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
README.md
README.md
+9
-3
No files found.
README.md
View file @
539bf7be
...
@@ -35,19 +35,25 @@ Jumpserver是一款使用Python, Django开发的开源跳板机系统, 助力互
...
@@ -35,19 +35,25 @@ Jumpserver是一款使用Python, Django开发的开源跳板机系统, 助力互
$ cd requirements && yum -y install $(cat rpm_requirements.txt) && pip install -r requirements.txt
$ cd requirements && yum -y install $(cat rpm_requirements.txt) && pip install -r requirements.txt
```
```
3. 修改表结构
3. 修改配置文件
```
$ cp config_example.py config.py
```
4. 修改表结构
```
```
$ cd apps && python manage.py makemigrations && python manage.py migrate
$ cd apps && python manage.py makemigrations && python manage.py migrate
```
```
4
. 运行
5
. 运行
```
```
$ python run_server.py
$ python run_server.py
```
```
5
. 其它
6
. 其它
整合luna,coco需要nginx来配合, 详见详细安装文档
整合luna,coco需要nginx来配合, 详见详细安装文档
...
...
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