Commit 8ee1e468 authored by ibuler's avatar ibuler

Merge branch 'dev' of github.com:jumpserver/jumpserver into dev

parents 1719eee2 ae949482
......@@ -10,6 +10,22 @@ Jumpserver是一款使用Python, Django开发的开源跳板机系统, 助力互
  $ 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
......
# Jumpserver 项目规范(Draft)
## 语言框架
1. Python 2.7 由于ansible目前不支持python3
2. Django 1.10 (最新版本)
3. Terminal Websocket使用go实现 (未来)
1. Python 3.6.1 (当前最新)
2. Django 1.11 (当前最新)
3. Flask 0.12 Luna (当前最新)
4. Paramiko 2.12 Coco (当前最新)
## Django规范
1. 尽量使用Class Base View编程,更少代码
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment