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
3ce07cf9
Commit
3ce07cf9
authored
Jul 12, 2017
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
24dd7b63
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
18 deletions
+45
-18
README.md
README.md
+45
-18
No files found.
README.md
View file @
3ce07cf9
## Jumpserver
Jumpserver is a open source proxy server, developed by
`Python`
and
`Django`
, aim to help
companies to efficiently user, assets, authority and audit management
Jumpserver是一款使用Python, Django开发的开源跳板机系统, 助力互联网企业高效 用户、资产、权限、审计 管理
### 环境
*
Python 3.5 # 大部分功能兼容Python2.7
### Feature 功能
-
Auth 统一认证
-
CMDB 资产管理
-
Perm 统一授权
-
Audit 审计
-
LDAP AUTH 支持LDAP认证
-
Web terminal
-
SSH Server
### Environment 环境
*
Python 3.5
*
Django 1.11
### 安装
### Install 安装
Using docker compose to setup it
使用docker compose 安装,一键完成,docker compose 安装见 docker官方
$ docker-compose up
### 使用
1. 访问 http://你的主机IP:8080 来访问 Jumpserver
### Usage 使用
1. Visit http://$HOST:8080 (访问 http://你的主机IP:8080 来访问 Jumpserver)
2. Click left navigation visit Applications-Terminal and accept coco and luna register
(点击左侧 应用程序接受 Coco和Luna的注册)
3. Click Assets-Admin user, Create admin user
(添加 管理用户)
4.
Click Assets-System user, Create system user
(添加 系统用户)
2. 左侧 应用程序接受 Coco和Luna的注册
5. Click Assets-Asset, Add a asset
(添加 资产)
3. 添加 管理用户
6. Click Perms-Asset permission, Add a perm rule
(添加授权规则,授权给admin)
4. 添加 资产
7. Connect ssh server coco (连接 ssh server coco)
5. 添加授权规则,授权给admin
ssh -p2222 $USER@$Host
6. ssh -p2222 admin@你的主机IP 测试连接服务器
8. Visit web terminal server Luna, click server test connection
(访问 访问Luna,点击左侧服务器连接测试)
7. 访问 http://你的主机IP:5000 访问Luna,点击左侧服务器连接测试
http://$HOST:5000
### 截图
###
Snapshot
截图
参见
https://github.com/jumpserver/jumpserver/issues/438
https://github.com/jumpserver/jumpserver/issues/438
### Demo
...
...
@@ -45,14 +72,14 @@ demo使用了开发者模式,并发只能为1
参见 https://github.com/jumpserver/jumpserver/milestone/2
### 开发者文档
###
Docs
开发者文档
*
[
项目结构描述
](
https://github.com/jumpserver/jumpserver/blob/dev/docs/project_structure.md
)
*
[
Python代码规范
](
https://github.com/jumpserver/jumpserver/blob/dev/docs/python_style_guide.md
)
*
[
API设计规范
](
https://github.com/jumpserver/jumpserver/blob/dev/docs/api_style_guide.md
)
*
[
Project structure
项目结构描述
](
https://github.com/jumpserver/jumpserver/blob/dev/docs/project_structure.md
)
*
[
Code style
Python代码规范
](
https://github.com/jumpserver/jumpserver/blob/dev/docs/python_style_guide.md
)
*
[
A
pi style A
PI设计规范
](
https://github.com/jumpserver/jumpserver/blob/dev/docs/api_style_guide.md
)
### 贡献者
###
Contributor
贡献者
#### 0.4.0
-
ibuler
<
广宏伟
>
-
小彧
<
李磊
>
Django资深开发者,为users模块贡献了很多代码
...
...
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