From 51f6257880fe5534eef6254770085bb89e026687 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 27 Apr 2018 11:58:53 +0200 Subject: [PATCH] fix pip install, add notes about debian networking --- vm/LXC_README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/vm/LXC_README.md b/vm/LXC_README.md index f5b3fa9d..092304d3 100644 --- a/vm/LXC_README.md +++ b/vm/LXC_README.md @@ -1,13 +1,26 @@ +# Preparations + + you will need at least 2GB of free disk space to install pan.do/ra + # Installing pan.do/ra inside LXC 1) Install lxc on the host (Ubuntu 16.04 or later): sudo apt-get install lxc +1.1) On Debian you have to configure the a network for LXC before creating a container + + Simplest setup is this one here: + https://wiki.debian.org/LXC/SimpleBridge#Using_lxc-net + 2) Create a new container, use different names if installing multiple instances: sudo lxc-create -n pandora -t ubuntu -- -r xenial + or + + sudo lxc-create -n pandora -t debian -- -r stretch + 3) Install pan.do/ra in container: sudo lxc-start -n pandora -d