pandora/vm/install.sh
2013-04-06 19:22:01 +02:00

7 lines
270 B
Bash
Executable file

#!/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
$CH virtualenv --system-site-packages /srv/pandora
$CH /srv/pandora/bin/pip install -r /srv/pandora/requirements.txt