remove git repos from requirements.txt and add one place to set them up

This commit is contained in:
j 2016-02-20 13:19:06 +05:30
commit 970f3f605d
5 changed files with 30 additions and 14 deletions

View file

@ -85,11 +85,9 @@ rabbitmqctl add_vhost /pandora
rabbitmqctl set_permissions -p /pandora pandora ".*" ".*" ".*"
#pandora
git clone --depth 1 https://git.0x2620.org/pandora.git /srv/pandora
git clone --depth 1 https://git.0x2620.org/oxjs.git /srv/pandora/static/oxjs
virtualenv --system-site-packages /srv/pandora
git clone https://git.0x2620.org/pandora.git /srv/pandora
cd /srv/pandora
./bin/pip install -r /srv/pandora/requirements.txt
./ctl init
HOST=$(hostname -s)
HOST_CONFIG="/srv/pandora/pandora/config.$HOST.jsonc"