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 …
Owncloud Here is a guide on how to install the free and open-source (FOSS) “Dropbox” alternative. We will install Owncloud on a MySQL / Apache …
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 …