summaryrefslogtreecommitdiffstats
path: root/business
diff options
context:
space:
mode:
author B. Watson2020-10-12 23:06:01 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:38:07 +0200
commit2cba3b0745a9c6507d3d2224feed5ca2e55312fe (patch)
tree0e79b76bc645359bd6db0535add5e43aa24c6ac8 /business
parent179291430ef3f189345f187ab404a949df7f44c4 (diff)
downloadslackbuilds-2cba3b0745a9c6507d3d2224feed5ca2e55312fe.tar.gz
business/openerp-server: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'business')
-rw-r--r--business/openerp-server/README21
1 files changed, 11 insertions, 10 deletions
diff --git a/business/openerp-server/README b/business/openerp-server/README
index 8920ec03cf..140b3fbecf 100644
--- a/business/openerp-server/README
+++ b/business/openerp-server/README
@@ -1,15 +1,16 @@
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.
+(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:
+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:
+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