Basics
by
Wyden Silvan
—
last modified
24.02.2010 18:28
openERP Server installieren
#install needed pacakges aptitude install python2.5 postgresql-8.3 postgresql-plpython-8.3 python2.5-psycopg2 python2.5-libxml2 python2.5-libxslt1 python-reportlab python-lxml graphviz python2.5-pychart graphviz python-psycopg2 python-xml python-lxml python-libxml2 python-libxslt1 python-tz python-imaging python2.5-pychart bzr lsb-release python-pydot #install server python setup.py install #save configfile in user home directory openerp_server -s vi /root/.openerp_serverrc #start server openerp_server
create postgreSQL DB user
su - postgres createuser --createdb --no-createrole --pwprompt USER
let openERP use the databases
vi /etc/postgresql/8.3/main/pg_hba.conf #add at the following line host all all YOUR_IP/32 md5 #reload postgresql /etc/init.d/postgresql reload
install openERP WebClient
#install needed packages aptitude install python2.5-cherrypy3 python-mako python-babel python-formencode python-simplejson python-pyparsing python2.5-setuptools babel python-openbabel python-pybabel openbabel python-profiler easy_install babel #install web-client python setup.py install #config /usr/lib/python2.5/site-packages/openerp_web-5.0.6-py2.5.egg/config/openerp-web.cfg #start openerp-web openerp-web
Standard password for openERP Superadmin:
Sysadmin password: admin
Optional modules:
#when you will use ssl for the connection aptitude install python-openssl #when you will use .ics calendar from ftp (parse iCalendar and vCards in python) aptitude install python-vobject
