OpenERP 7 installation
Installation stpes on ubuntu 12.04 in brief: Step 1. Update Ubuntu with latest version and patches sudo apt-get update Step 2. Create the OpenERP user that will own and run the application sudo adduser --system --home=/opt/openerp --group openerp **command to change user (verify you are able to login with openerp user or not): sudo su - openerp -s /bin/bash exit ** logout from openerp user and continue installation steps: Step 3. Install and configure the database server, PostgreSQL sudo apt-get install postgresql After installing postgresql swith user to postgres and sudo su - postgres Create 'openerp' user in postgres ...