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
|
2010-12-02 03:32:06 +00:00
|
|
|
$CH pip -E /srv/pandora install -r /srv/pandora/requirements.txt
|
|
|
|
|