2018-03-16 08:25:29 +00:00
|
|
|
# Create virtual disk of pan.do/ra
|
2010-12-02 03:32:06 +00:00
|
|
|
|
2018-03-16 08:25:29 +00:00
|
|
|
## Preparations
|
2010-12-02 03:32:06 +00:00
|
|
|
|
2017-03-17 00:21:24 +00:00
|
|
|
Pan.do/ra VM are based on cloud images.
|
|
|
|
You also qemu to run the vm and virtualbox to convert the image
|
2010-12-02 03:32:06 +00:00
|
|
|
|
2018-03-16 08:25:29 +00:00
|
|
|
apt-get install virtualbox qemu qemu-utils
|
|
|
|
apt-get install kvm cloud-utils
|
2010-12-02 03:32:06 +00:00
|
|
|
|
|
|
|
|
2018-03-16 08:25:29 +00:00
|
|
|
## Building
|
2010-12-02 03:32:06 +00:00
|
|
|
|
2013-07-03 14:25:57 +00:00
|
|
|
You can configure some of the arguments in build.sh once done run:
|
2010-12-02 03:32:06 +00:00
|
|
|
|
2018-03-16 08:25:29 +00:00
|
|
|
./build.sh
|
2010-12-02 03:32:06 +00:00
|
|
|
|
2016-03-05 13:06:39 +00:00
|
|
|
this will create a vdi image in pandora-r{REVISON}.vdi
|
|
|
|
|
2013-07-03 14:25:57 +00:00
|
|
|
|
2018-03-16 08:25:29 +00:00
|
|
|
## VirtualBox Usage
|
2013-07-03 14:25:57 +00:00
|
|
|
|
2012-03-23 20:57:43 +00:00
|
|
|
Now you can create a new VirtualBox machine,
|
|
|
|
select Linux/Ubuntu and use vdi image as existing hard disk.
|
|
|
|
|
|
|
|
Before starting up:
|
2018-03-16 08:25:29 +00:00
|
|
|
|
2010-12-02 03:32:06 +00:00
|
|
|
In Network -> Adpater 1 set to Bridged Adapter with your connected controller
|
|
|
|
|
2013-07-03 14:25:57 +00:00
|
|
|
|
2018-03-16 08:25:29 +00:00
|
|
|
## Use for development
|
2013-07-03 14:25:57 +00:00
|
|
|
|
2010-12-02 03:32:06 +00:00
|
|
|
Login via ssh or in terminal as pandora with password pandora
|
|
|
|
|
2018-03-16 08:25:29 +00:00
|
|
|
ssh pandora@pandora.local
|
2012-03-23 20:57:43 +00:00
|
|
|
|
2010-12-02 03:32:06 +00:00
|
|
|
Pan.do/ra is installed in /srv/pandora and is served with nginx on http://pandora.local
|
|
|
|
|
|
|
|
|
2018-03-16 08:25:29 +00:00
|
|
|
## Update
|
2013-07-03 14:25:57 +00:00
|
|
|
|
2010-12-02 03:32:06 +00:00
|
|
|
to get the latest version of pan.do/ra
|
2018-03-16 08:25:29 +00:00
|
|
|
|
|
|
|
cd /srv/pandora
|
2021-05-15 12:38:58 +00:00
|
|
|
pandoractl update
|
2010-12-02 03:32:06 +00:00
|
|
|
|