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.
 
 
 
 
广宏伟 e61341df79 Update README.md to README.rst 8 years ago
apps Update README.md to README.rst 8 years ago
docs Modify project statucure guide and init data 8 years ago
install add logs,install dir, modify table_design 8 years ago
.gitignore Resolve conflicts 8 years ago
LICENSE Init project structure 8 years ago
README.md Modify README.md 8 years ago
config-example.py Add celery broker 8 years ago
requirements.txt Add celery broker 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

~ 文档