ODOO v7 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 7.0, saas-4, saas-5 (new …
How to install OpenERP
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 …
From the base of the populair post How To: Install OpenERP v7 from Launchpad | PostgreSQL 9.2 I created a install script for OpenERP on …
In this tutorial we will install OpenERP 6.1 with multi core support and a speedy webproxy. This is the way to get a well performing …
Create a user for the OpenERP application sudo adduser –system –quiet –shell=/bin/bash –home=/opt/openerp –gecos ‘OpenERP’ –group openerp Install PostgreSQL database and add openerp as a …