Update the instructions for starting and running the workers.

This commit is contained in:
jakedt 2014-04-17 16:18:53 -04:00
parent a0cbead5aa
commit 0d8725e778

View file

@ -18,6 +18,10 @@ sudo gdebi --n binary_dependencies/builder/nsexec_1.22ubuntu1trusty1_amd64.deb
sudo gdebi --n binary_dependencies/builder/lxc-docker-0.9.0-tutum2_0.9.0-tutum2-20140327210604-4c49268-dirty_amd64.deb
sudo chown -R 100000:100000 /var/lib/docker
sudo shutdown -r now
cd ~
git clone https://bitbucket.org/yackob03/quayconfig.git
ln -s ../../quayconfig/production/ quay/conf/stack
```
pull some base images if you want (optional)
@ -35,5 +39,5 @@ cd quay
virtualenv --distribute venv
source venv/bin/activate
pip install -r requirements.txt
sudo STACK=prod venv/bin/python -m workers.dockerfilebuild -D
sudo venv/bin/python -m workers.dockerfilebuild -D
```