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
c6eaf894
Commit
c6eaf894
authored
Jan 02, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc
parent
5eef584c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
12 deletions
+27
-12
README.md
README.md
+27
-12
No files found.
README.md
View file @
c6eaf894
...
@@ -24,18 +24,39 @@ Jumpserver是一款使用Python, Django开发的开源跳板机系统, 助力互
...
@@ -24,18 +24,39 @@ Jumpserver是一款使用Python, Django开发的开源跳板机系统, 助力互
*
Python 3.6
*
Python 3.6
*
Django 1.11
*
Django 1.11
### Install 安装
### Install 安装
Using docker compose to setup it
使用docker compose 安装,一键完成,docker compose 安装见 docker官方
1. 安装 Python3
略
2. 安装依赖
```
$ cd requirements && yum -y install $(cat rpm_requirements.txt) && pip install -r requirements.txt
```
3. 修改表结构
```
$ cd apps && python manage.py makemigrations && python manage.py migrate
```
4. 运行
```
$ python run_server.py
```
5. 其它
整合luna,coco需要nginx来配合, 详见详细安装文档
$ docker-compose up
### Usage 使用
### Usage 使用
1. Visit http://$HOST:8080 (访问 http://你的主机IP:8080 来访问 Jumpserver)
1. Visit http://$HOST:8080 (访问 http://你的主机IP:8080 来访问 Jumpserver)
2. Click left navigation visit Applications-Terminal and accept coco and luna register
2. Click left navigation visit Applications-Terminal and accept coco and luna register
(点击左侧 应用程序接受 Coco
和Luna的
注册)
(点击左侧 应用程序接受 Coco注册)
3. Click Assets-Admin user, Create admin user
3. Click Assets-Admin user, Create admin user
(添加 管理用户)
(添加 管理用户)
...
@@ -53,11 +74,7 @@ Using docker compose to setup it
...
@@ -53,11 +74,7 @@ Using docker compose to setup it
ssh -p2222 $USER@$Host
ssh -p2222 $USER@$Host
8. Visit web terminal server Luna, click server test connection
(访问 访问Luna,点击左侧服务器连接测试)
http://$HOST:5000
### Snapshot 截图
### Snapshot 截图
...
@@ -70,8 +87,6 @@ demo使用了开发者模式,并发只能为1
...
@@ -70,8 +87,6 @@ demo使用了开发者模式,并发只能为1
-
Jumpserver:
[
访问
](
http://demo.jumpserver.org:8080
)
账号: admin 密码: admin
-
Jumpserver:
[
访问
](
http://demo.jumpserver.org:8080
)
账号: admin 密码: admin
-
Luna:
[
访问
](
http://demo.jumpserver.org:5000
)
同Jumpserver认证
-
Coco: ssh -p 2222 admin@demo.jumpserver.org 密码: admin
-
Coco: ssh -p 2222 admin@demo.jumpserver.org 密码: admin
### ROADMAP
### ROADMAP
...
...
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