fix pip install, add notes about debian networking
This commit is contained in:
parent
0743376917
commit
51f6257880
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue