pandora/vm
j 4dc89c9456 improve debian/systemd build 2014-10-11 12:49:00 +02:00
..
LXC_README.txt remove $ from commands 2014-09-30 14:29:50 +02:00
README.txt cleanup vm build script, fixes #1591 2013-07-03 16:25:57 +02:00
build.sh work around bug #1037607 in ubuntu 14.04 2014-09-25 15:43:02 +02:00
firstboot.sh improve debian/systemd build 2014-10-11 12:49:00 +02:00

README.txt

Create virtual disk of pan.do/ra

== Preparations ==

Pan.do/ra VM scripts use python-vm-builder,
its available in ubuntu 12.04 and later

  apt-get install python-vm-builder


== Building ==

You can configure some of the arguments in build.sh once done run:

 ./build.sh

this will create a vdi image in pandora/


== VirtualBox Usage ==

Now you can create a new VirtualBox machine,
select Linux/Ubuntu and use vdi image as existing hard disk.

Before starting up:
 In Network -> Adpater 1 set to Bridged Adapter with your connected controller


== Use for development ==

Login via ssh or in terminal as pandora with password pandora

  ssh pandora@pandora.local

Adjust your bzr configuration with bzr whoami:
 bzr whoami "Pando the Panda <pan.do@pan.do>"

Pan.do/ra is installed in /srv/pandora and is served with nginx on http://pandora.local


== Update ==

to get the latest version of pan.do/ra
 cd /srv/pandora
 ./update.py