add build script to build virtual machine image for pan.do/ra

This commit is contained in:
j 2010-12-02 04:32:06 +01:00
commit 0350c0b122
5 changed files with 230 additions and 0 deletions

7
vm/install.sh Executable file
View file

@ -0,0 +1,7 @@
#!/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 /srv/pandora
$CH pip -E /srv/pandora install -r /srv/pandora/requirements.txt