This tutorial will lead you true the installation of Odoo 11 on a Ubuntu Xenial server. The system I will use is a freshly installed Ubuntu Linux Container on my router. For instructions on setting op a Linux Container, you can read this blog-post. Prepare the container ssh into your router as root and enter your container. If you already set up SSH inside your container you can also ssh into it directly. # lxc-start -n Ubuntu # lxc-attach -n Ubuntu # apt-get update && apt-get upgrade # apt-get install wget Installation of Odoo 11 # apt-get install postgresql # wget -O – https://nightly.odoo.com/odoo.key | apt-key add – # echo…