Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 389 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 389 Bytes

v2dig

安装

git clone https://github.com/lowstz/v2dig.git v2dig
cd v2dig
virtualenv ./v2digenv
source v2digenv/bin/activate
pip install -r requirement.txt
emacs settings.py
python init_db.py

运行

python app.py --port=8000

部署

部署到生产环境的请参考nginx.conf和supervisord.conf两个文件