From 2cba3b0745a9c6507d3d2224feed5ca2e55312fe Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 12 Oct 2020 17:06:01 -0400 Subject: business/openerp-server: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- business/openerp-server/README | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'business/openerp-server') 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 -- cgit v1.2.3