fix pip install, add notes about debian networking

This commit is contained in:
j 2018-04-27 11:58:53 +02:00
parent 0743376917
commit 51f6257880
1 changed files with 13 additions and 0 deletions

View File

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