2010-12-02 04:32:06 +01: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 11:38:59 +02:00
|
|
|
$CH virtualenv --system-site-packages /srv/pandora
|
2010-12-02 04:32:06 +01:00
|
|
|
$CH pip -E /srv/pandora install -r /srv/pandora/requirements.txt
|
|
|
|
|