remove git repos from requirements.txt and add one place to set them up
This commit is contained in:
parent
87e580547f
commit
970f3f605d
5 changed files with 30 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue