项目作者: g-ki

项目描述 :
Docker Web UI
高级语言: Python
项目地址: git://github.com/g-ki/capitan.git
创建时间: 2018-01-12T20:56:43Z
项目社区:https://github.com/g-ki/capitan

开源协议:MIT License

下载


capitan

Docker Web UI

Initialize with:

docker-compose up web # or docker exec -t bash

docker-compose exec web bash

export FLASK_APP=/capitan/capitan/autoapp.py

flask initdb

cp instance/settings.py.production_example instance/settings.py

vim instance/settings.py # Set DigitalOcean token

kill -HUP masterpid # to restart web server