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
8ee1e468
Commit
8ee1e468
authored
May 24, 2017
by
ibuler
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of github.com:jumpserver/jumpserver into dev
parents
1719eee2
ae949482
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
README.md
README.md
+16
-0
python_style_guide.md
docs/python_style_guide.md
+4
-4
No files found.
README.md
View file @
8ee1e468
...
@@ -10,6 +10,22 @@ Jumpserver是一款使用Python, Django开发的开源跳板机系统, 助力互
...
@@ -10,6 +10,22 @@ Jumpserver是一款使用Python, Django开发的开源跳板机系统, 助力互
$ docker-compose up
$ docker-compose up
### 使用
1. 访问 http://你的主机IP:8080 来访问 Jumpserver
2. 左侧 应用程序接受 Coco和Luna的注册
3. 添加 管理用户
4. 添加 资产
5. 添加授权规则,授权给admin
6. ssh -p2222 admin@你的主机IP 测试连接服务器
7. 访问 http://你的主机IP:5000 访问Luna,点击左侧服务器连接测试
### 截图
### 截图
参见 https://github.com/jumpserver/jumpserver/issues/438
参见 https://github.com/jumpserver/jumpserver/issues/438
...
...
docs/python_style_guide.md
View file @
8ee1e468
# Jumpserver 项目规范(Draft)
# Jumpserver 项目规范(Draft)
## 语言框架
## 语言框架
1.
Python
2.7 由于ansible目前不支持python3
1.
Python
3.6.1 (当前最新)
2.
Django 1.1
0 (最新版本
)
2.
Django 1.1
1 (当前最新
)
3.
Terminal Websocket使用go实现 (未来
)
3.
Flask 0.12 Luna (当前最新
)
4.
Paramiko 2.12 Coco (当前最新)
## Django规范
## Django规范
1.
尽量使用Class Base View编程,更少代码
1.
尽量使用Class Base View编程,更少代码
...
...
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