Friday, May 27, 2011

OpenERP 6.0 installation instruction (Debian 5)

Please read my previous post http://enterprise-soft.blogspot.com/2011/05/openerp-60-installation-instruction.html

Here are only Debian 5 specific differences


# install system dependencies
apt-get install python
apt-get install python-lxml
apt-get install python-mako
apt-get install python-egenix-mxdatetime
apt-get install python-dateutil
apt-get install python-psycopg2
apt-get install python-pychart
apt-get install python-pydot
apt-get install python-tz
apt-get install python-reportlab
apt-get install python-yaml
apt-get install python-vobject
apt-get install python-setuptools
apt-get install python-matplotlib # for client
apt-get install python-hippocanvas # for client

# configuration file for Debian - /usr/share/doc/openerp-server-6.0.2/openerp-server.conf

adduser openerp
su openerp
cd

#run for testing:
python /usr/lib/python2.5/site-packages/openerp-server/openerp-server.py

# run standalone server:
nohup python /usr/lib/python2.5/site-packages/openerp-server/openerp-server.py &

Postinstall steps

1. OpenERP client - change superadministrator password
2. OpenERP client - create database for your company

No comments:

Post a Comment