How To: Install OpenERP v7 from Launchpad | Ubuntu 12.04
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 …
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 …
As example we use example.ttf as the truetype font we want to install on our system. And use in an RML report within OpenERP. Installing …
After the release of PostgreSQL 9.2 I tested a OpenERP server with this release of Postgres. And I was surprised finding out the speed of …
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 …
This is a quick how to to get OpenERP going on an Ubuntu / Debian server. First install a postgreSQL server: sudo apt-get install postgresql