B. Watson a5abb418ae business/openerp-server: Allow VERSION override, i486=>i586. 8 years ago
..
README 52017ea87e business/openerp-server: Fixed dep information 12 years ago
doinst.sh b85ca6c5a9 business/openerp-server: Added to 13.0 repository 15 years ago
openerp-server.SlackBuild a5abb418ae business/openerp-server: Allow VERSION override, i486=>i586. 8 years ago
openerp-server.conf b85ca6c5a9 business/openerp-server: Added to 13.0 repository 15 years ago
openerp-server.info fe7cc417d1 business/openerp-server: Fix DOWNLOAD. 9 years ago
rc.openerp-server b85ca6c5a9 business/openerp-server: Added to 13.0 repository 15 years ago
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. 11 years ago

README

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