pandora/vm
j c3a86df762 use cloud-init update/upgrade 2017-10-24 21:24:44 +02:00
..
LXC_README.txt capture errors 2017-10-24 20:45:59 +02:00
README.txt create vm based on cloud image 2017-03-26 15:16:37 +02:00
build.sh create vm based on cloud image 2017-03-26 15:16:37 +02:00
cloud-config use cloud-init update/upgrade 2017-10-24 21:24:44 +02:00
pandora_install.sh make sure gnupg is installed 2017-10-24 20:43:30 +02:00

README.txt

Create virtual disk of pan.do/ra

== Preparations ==

Pan.do/ra VM are based on cloud images.
You also qemu to run the vm and virtualbox to convert the image

  apt-get install vmdebootstrap virtualbox qemu qemu-utils
  apt-get install kvm cloud-utils


== Building ==

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

 ./build.sh

this will create a vdi image in pandora-r{REVISON}.vdi


== 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