网络部署者
从 webhook git pull && ./deploy.sh简单方法打开 app.py 看看事情是如何运作的!
安装
这需要 mongodb、python 和 pip,目前已在 ubuntu 上使用
# clone this repo
# maybe create a virtualenv
pip install -r requirements.txt
cp config.py.sample config.py
sudo adduser webdeploy
sudo visudo# add: %webdeploy ALL=(ALL) NOPASSWD:/usr/bin/service *
cp upstart.conf /etc/init/web-deployer.conf
sudo service web-deployer start
# maybe expose t
评论0
最新资源