From 38ce57bdae3696d160975f57b3880d86ea8be673 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 30 May 2020 03:27:51 +0200 Subject: [PATCH] 20.04 also works --- README.md | 6 +++--- vm/LXC_README.md | 2 +- vm/LXD_README.md | 8 +++----- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 71963b6a..e27645c9 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # pan.do/ra - open media archive - for more information on pan.do/ra visit our website at https://pan.do/ra + for more information about pan.do/ra visit our website at https://pan.do/ra ## Installing pan.do/ra - we recommend to run pan.do/ra inside of LXD or LXC or dedicated VM or server. + We recommend to run pan.do/ra inside of LXD or LXC or dedicated VM or server. You will need at least 2GB of free disk space - pan.do/ra is known to work with Ubuntu 18.04 and Debian/10 (buster), + pan.do/ra is known to work with Ubuntu 18.04, 20.04 and Debian/10 (buster), other distributions might also work, let us know if it works for you. Use the following commands as root to install pan.do/ra and all dependencies: diff --git a/vm/LXC_README.md b/vm/LXC_README.md index e8152239..8f91e41e 100644 --- a/vm/LXC_README.md +++ b/vm/LXC_README.md @@ -15,7 +15,7 @@ 2) Create a new container, use different names if installing multiple instances: - sudo lxc-create -n pandora -t ubuntu-cloud -- -r bionic + sudo lxc-create -n pandora -t ubuntu-cloud -- -r focal or diff --git a/vm/LXD_README.md b/vm/LXD_README.md index 3b003deb..9aa78a25 100644 --- a/vm/LXD_README.md +++ b/vm/LXD_README.md @@ -4,15 +4,13 @@ # Installing pan.do/ra inside LXD -1) Install lxd on the host (Ubuntu 16.04 or later): +1) Install lxd on the host (Ubuntu 18.04 or later, Debian/10): - sudo apt-get install lxd - -[on debian you can use snap install lxd] + sudo snap install lxd 2) Create a new container, use different names if installing multiple instances: - sudo lxc launch ubuntu:18.04 pandora + sudo lxc launch ubuntu:20.04 pandora or