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.
 
 
 
 
Go to file
xiaoyu 8cdc4674d7
update toastr js and close #8
8 years ago
apps update toastr js and close #8 8 years ago
docs change date_added -> date_created 8 years ago
install
logs
.gitignore temp save for issue 8 8 years ago
LICENSE
README.md
config-example.py
requirements.txt fix #13 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

~ 文档