ODOO v8 install script | Github | Ubuntu 14.04 LTS
I created a install script for ODOO on a brand new Ubuntu 14.04 server. This script can be used for installing 8.0 and master branches …
I created a install script for ODOO on a brand new Ubuntu 14.04 server. This script can be used for installing 8.0 and master branches …
I created a install script for ODOO on a brand new Ubuntu 14.04 server. This script can be used for installing 7.0, saas-4, saas-5 (new …
Create a user for the OpenERP application sudo adduser –system –quiet –shell=/bin/bash –home=/opt/odoo –gecos ‘ODOO’ –group odoo Install PostgreSQL database and add odoo as a postgres …