pandora/vm
j 74fca45a9f use /etc/apt/trusted.gpg.d/ instead of apt-key add 2023-12-08 16:17:28 +00:00
..
LXC_README.md update readme to bullseye 2023-06-07 23:00:28 +02:00
LXD_README.md 20.04 also works 2020-05-30 03:27:51 +02:00
README.md reference pandoractl instead of update.py 2021-05-15 14:38:58 +02:00
build.sh 2 cores are enough to build 2019-07-19 12:55:05 +02:00
cloud-config use cloud-init update/upgrade 2017-10-24 21:24:44 +02:00
install_elasticsearch.sh use /etc/apt/trusted.gpg.d/ instead of apt-key add 2023-12-08 16:17:28 +00:00
pandora_install.sh update dependencies 2023-11-18 16:38:20 +01:00

README.md

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 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
pandoractl update