start pip inside pandora for relative path to work
This commit is contained in:
parent
5df2e6a40d
commit
f91af5f585
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ rabbitmqctl set_permissions -p /pandora pandora ".*" ".*" ".*"
|
|||
bzr branch http://code.0x2620.org/pandora /srv/pandora
|
||||
bzr branch http://code.0x2620.org/oxjs /srv/pandora/static/oxjs
|
||||
virtualenv --system-site-packages /srv/pandora
|
||||
/srv/pandora/bin/pip install -r /srv/pandora/requirements.txt
|
||||
cd /srv/pandora
|
||||
./bin/pip install -r /srv/pandora/requirements.txt
|
||||
|
||||
HOST=$(hostname -s)
|
||||
HOST_CONFIG="/srv/pandora/pandora/config.$HOST.jsonc"
|
||||
|
|
Loading…
Reference in a new issue