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.
 
 
 
 
Administrator c588436d55 初始化模板和api模块 8 years ago
apps 初始化模板和api模块 8 years ago
docs change date_added -> date_created 8 years ago
install add logs,install dir, modify table_design 8 years ago
logs Add new directory logs 8 years ago
terminal Update requirement 8 years ago
.gitignore Replace ssh server dir 8 years ago
LICENSE
README.md Modify README.md 8 years ago
config_example.py stash 8 years ago
requirements.txt [future] 修改celery 使用eventlet 作为concurrent pool, 添加获取资产硬件信息的 初步接口 8 years ago
run_server.py [future] 修改celery 使用eventlet 作为concurrent pool, 添加获取资产硬件信息的 初步接口 8 years ago

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

~ 文档