pandora/vm/README.txt

44 lines
842 B
Plaintext
Raw Normal View History

Create virtual disk of pan.do/ra
2013-07-03 14:25:57 +00:00
== Preparations ==
2013-07-03 14:25:57 +00:00
Pan.do/ra VM scripts use python-vm-builder,
its available in ubuntu 12.04 and later
apt-get install python-vm-builder
2013-07-03 14:25:57 +00:00
== Building ==
2013-07-03 14:25:57 +00:00
You can configure some of the arguments in build.sh once done run:
./build.sh
this will create a vdi image in pandora/
2013-07-03 14:25:57 +00:00
== VirtualBox Usage ==
2013-07-03 14:25:57 +00:00
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
2013-07-03 14:25:57 +00:00
== Use for development ==
2013-07-03 14:25:57 +00:00
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 ==
2013-07-03 14:25:57 +00:00
to get the latest version of pan.do/ra
cd /srv/pandora
2013-07-03 14:25:57 +00:00
./update.py