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

pull/453/head
ibuler 2017-05-24 20:13:01 +08:00
commit 8ee1e468b8
2 changed files with 20 additions and 4 deletions

View File

@ -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

View File

@ -1,10 +1,10 @@
# 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编程更少代码