OpenERP Server Installation On Fedora 11

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Submitted by shahjapan (Contact Author) (Forums) on Tue, 2009-06-30 12:33. :: Fedora

OpenERP Server Installation On Fedora 11

This article will show you how to set up OpenERP on Fedora 11. Open ERP (formerly named Tiny ERP) is the leader open-source ERP/CRM system written mostly in Python and initiated in Belgium. It offers a three-tier web architecture, ease of use and flexibility.

 

Grab the Super User Access:

su root

Enable EPEL Repo:

su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm'

yum update

Update the Installation Repository.

Start Installing Packages.

yum install postgresql-server

yum install postgresql

If the default database instance is not created then you need to init the db.

su root

su postgres

initdb /var/lib/pgsql/data

su postgres

psql -l

yum install python-psycopg2

yum install python-lxml

yum install PyXML

yum install python-setuptools-devel

easy_install egenix-mx-base

yum install libxslt-python

yum install pytz

yum install python-matplotlib

-----------          Grab the OpenERP Server and Client        -------------

wget http://openerp.com/download/stable/source/openerp-server-5.0.1-0.tar.gz

tar -xvf openerp-server-5.0.1-0.tar.gz

cd openerp-server-5.0.1-0

python openerp-server.py

wget http://openerp.com/download/stable/source/openerp-client-5.0.1-0.tar.gz

tar  -xvf openerp-client-5.0.1-0

cd openerp-client-5.0.1-0

python openerp-client.py

References:
Enable EPEL Repository: http://fedoraproject.org/wiki/EPEL/FAQ#howtouse


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.
Sponsored Links: Unified Communications: Thoughts, Strategies and Predictions
Join the discussion.
www.seamlessenterprise.com

IP Convergence
Integrate your wireless and wireline networks.
Learn how from the experts at Sprint.
www.seamlessenterprise.com

Wireless & Wireline Integration
Thoughts, strategies and solutions: join the discussion
www.seamlessenterprise.com

Unified Communications 2009
Join the Discussion. Now.
www.seamlessenterprise.com