pandora/vm
j 970f3f605d remove git repos from requirements.txt and add one place to set them up 2016-02-20 10:41:22 +00:00
..
LXC_README.txt tune vm install 2015-09-20 17:50:02 +01:00
README.txt switch to git 2015-11-14 15:22:40 +01:00
build.sh permissions 2015-03-20 14:58:03 +05:30
firstboot.sh use pan.do/ra-install in firstboot 2015-11-20 18:21:38 +01:00
pandora_install.sh remove git repos from requirements.txt and add one place to set them up 2016-02-20 10:41:22 +00: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

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