You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ibuler 9960a6cd21 Plan create a new app: terminal 8 years ago
apps Plan create a new app: terminal 8 years ago
docs Update table desgin doc and audit log 8 years ago
install
logs
.gitignore Replace ssh server dir 8 years ago
LICENSE
README.md Update README.md 8 years ago
config_example.py stash 8 years ago
requirements.txt Modify some bug 8 years ago
run_server.py

README.md

                        // Jumpserver //

~ Jumpserver是什么?

Jumpserver是一款开源的跳板机(堡垒机)产品, 主要使用Python,Django开发 他实现了跳板机(堡垒机)的主要功能,删减、优化了传统堡垒机,致力于为互联网 运维提供服务

~ 版本依赖

  • Python 2.7

  • Django 1.10

~ 快速开始

pip install -r requirements.txt

cp config-example.py config.py

cd apps/ && python manage.py loaddata init  # 初始化数据

python manage.py runserver 0.0.0.0:80

~ 文档