summaryrefslogtreecommitdiffstats
path: root/business/openerp-server/README
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2010-05-13 00:57:33 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:57:33 +0200
commitb85ca6c5a998685631293a9ca60bc218cab7d207 (patch)
tree48b188bd935148d74b02c6d2efdbbd962233143d /business/openerp-server/README
parent1da880f92e55737f2bc6bdecd2018da0c33197c0 (diff)
downloadslackbuilds-b85ca6c5a998685631293a9ca60bc218cab7d207.tar.gz
slackbuilds-b85ca6c5a998685631293a9ca60bc218cab7d207.tar.xz
business/openerp-server: Added to 13.0 repository
Diffstat (limited to 'business/openerp-server/README')
-rw-r--r--business/openerp-server/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/business/openerp-server/README b/business/openerp-server/README
new file mode 100644
index 0000000000..8cd3468c90
--- /dev/null
+++ b/business/openerp-server/README
@@ -0,0 +1,18 @@
+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 egenix-mx-base, vobject, PyXML, reportlab, pychart, pydot,
+lxml, pytz, postgresql, and psycopg2.