slackbuilds_ponce/business/openerp-server
Niels Horn b280c97d09 *: newest dep-fixes
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2012-09-01 18:38:43 +02:00
..
doinst.sh business/openerp-server: Added to 13.0 repository 2010-05-13 00:57:33 +02:00
openerp-server.conf business/openerp-server: Added to 13.0 repository 2010-05-13 00:57:33 +02:00
openerp-server.info *: newest dep-fixes 2012-09-01 18:38:43 +02:00
openerp-server.SlackBuild business/openerp-server: Misc automated cleanups. 2010-06-04 01:00:51 -04:00
rc.openerp-server business/openerp-server: Added to 13.0 repository 2010-05-13 00:57:33 +02:00
README business/openerp-server: Fixed dep information 2012-08-23 13:04:34 -05:00
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00

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