2010-12-02 03:32:06 +00:00
|
|
|
#!/bin/sh
|
|
|
|
CH="chroot $1"
|
|
|
|
$CH bzr branch http://code.0x2620.org/pandora /srv/pandora
|
|
|
|
$CH bzr branch http://code.0x2620.org/oxjs /srv/pandora/static/oxjs
|
2012-05-17 09:38:59 +00:00
|
|
|
$CH virtualenv --system-site-packages /srv/pandora
|
2013-04-06 17:22:01 +00:00
|
|
|
$CH /srv/pandora/bin/pip install -r /srv/pandora/requirements.txt
|
2010-12-02 03:32:06 +00:00
|
|
|
|