Installation Of Open ERP Client, Server And Open ERP eTiny Server On CentOS 5.2

Submitted by shahjapan (Contact Author) (Forums) on Fri, 2008-08-01 15:08. :: CentOS

Installation Of Open ERP Client, Server And Open ERP eTiny Server On CentOS 5.2

This article will show you how to configure and install the Open ERP 4.2.2 Server, Client and eTiny Server for Cent OS 5.2.

 

Enable EPEL Repository

rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm

 

Install Dependencies

yum install subversion
yum install bzr
yum install vim-enhanced.x86_64
yum install python-psycopg2.x86_64
yum install pytz.noarch
yum install python-psycopg2
yum install PyXML.x86_64
yum install mx.x86_64
yum install libxslt-python.x86_64
yum install python-imaging.x86_64
rpm -i python-psycopg-1.1.21-7.el5.kb.x86_64.rpm

Reference centos.karan.org/el5/extras/testing/x86_64/RPMS/python-psycopg-1.1.21-7.el5.kb.x86_64.rpm
http://rpm.pbone.net/index.php3?stat=3&search=python-psycopg&srodzaj=3

yum install pygtk2.x86_64
yum install python-matplotlib
yum install TurboGears

 

Build Repository file pgdg-82-centos.repo

wget http://yum.pgsqlrpms.org/reporpms/repoview/pgdg-centos.html

Reference http://yum.pgsqlrpms.org/reporpms/repoview/letter_p.group.html

rpm -i pgdg-centos-8.2-4.noarch.rpm

Move pgdg-82-centos.repo to /etc/yum.repos.d.

 

Install PostgreSQL 8.2

yum install postgres
yum install postgresql-server.x86_64
service postgresql initdb

Your Server, Client and eTiny Server are ready for use.

From terminal go to your tinyerp server's bin directory and start the server:

./tinyerp-server.py

From terminal go to your eTiny server's root directory and start the server:

./start-tinyerp.py

After successful installation you can browse the url http://localhost:8069.

Before using the above eTiny you might need to create one new database for the TinyERP server. You can do it from the Tiny ERP GTK client, to do this go to bin directory of tinyerp client and start the client:

./tinyerp-client.py

Then create one clean database.


Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.
Submitted by Anonymous (not registered) on Tue, 2008-10-07 21:32.

1) The author seems to make the unlikely assumption that the reader is x86_64 architecture.There is no mention of the fact that you need that architecture, or what to do otherwise.

2) Where is OpenERP even installed? Python packages are installed, the PostgreSQL is installed. Please note the title of this tutorial "Installation Of Open ERP Client, Server And Open ERP eTiny Server On CentOS 5.2."

3) There seem to be numerous mistakes throughout the tutorial. For example, I think:

   yum install postgres

 should be:

    yum install postgresql

4) Does the author assume that OpenERP is already installed? If so, why install Python and PostgreSQL? 

 

 

 

Submitted by Anonymous (not registered) on Tue, 2008-10-07 19:57.

I am not asking for help, I am just letting people know, yum is not finding those packages.

. . .

No package vim-enhanced.x86_64 available.

. . .

 No package python-psycopg2.x86_64 available.

. . .


Submitted by Anonymous (not registered) on Tue, 2008-10-14 15:25.
replace .x86_64 by .i386 if you don't have a 64 bit centos