网站源码配置部分
如果使用了一键脚本,可跳过本章节。本章节仅供参考。
git clone https://github.com/abbeyokgo/PyOne.gitcd PyOne
pip install -r requirements.txtcp self_config.py.sample self_config.py
cp supervisord.conf.sample supervisord.conf
touch .installgunicorn -k eventlet -b 0.0.0.0:34567 run:appLast updated
Was this helpful?