This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Business > openerp-server (5.0.4)

OpenERP is a complete ERP and CRM. The main features are accounting
(analytic and financial), stock management, sales and purchases
management, tasks automation, marketing campaigns, help desk,
POS, etc. Technical features include a distributed server, flexible
workflows, an object database, a dynamic GUI, customizable reports, and
SOAP and XML-RPC interfaces.

Before you can use openerp-server, you will have to set up
postgresql. All you have to do is issue the following command:
createuser -U postgres --no-adduser terp

This will setup OpenERP for the use with postgresql on localhost.
There is no need to set a password on localhost. However, if you are
going to run postgresql on a different server, you will have to run
createuser like this:
createuser -U postgres --no-adduser -P terp

This requires: PyXML, reportlab, egenix-mx-base, lxml, pychart, psycopg2, pydot, vobject, pytz

Maintained by: Heinz Wiesinger
Keywords:
ChangeLog: openerp-server

Homepage:
http://www.openerp.com

Source Downloads:
openerp-server-5.0.4.tar.gz (043a19025943080207a9d6ca2e904d6f)

Download SlackBuild:
openerp-server.tar.gz
openerp-server.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds