ODOO 9 | Docker | Ubuntu 14.04
On the base of my ODOO v9 install script on Ubuntu 14.04 I produced a public docker image. You can use this Docker image for …
On the base of my ODOO v9 install script on Ubuntu 14.04 I produced a public docker image. You can use this Docker image for …
I created a install script for ODOO on a brand new Ubuntu 14.04 server. This script can be used for installing 9.0 and master branches …
I created a install script for ODOO on a brand new Ubuntu 15.04 server. This script can be used for installing 9.0 and master branches …
Create a user for the ODOO application sudo adduser –system –quiet –shell=/bin/bash –home=/opt/odoo –gecos ‘ODOO’ –group odoo Install PostgreSQL database and add odoo as a postgres superuser …
Start with the installation of NGINX sudo apt-get install nginx Create your cert and key First create a temporary directory and move the files to …