summaryrefslogtreecommitdiff
path: root/business/openerp-server/README
diff options
context:
space:
mode:
Diffstat (limited to 'business/openerp-server/README')
-rw-r--r--business/openerp-server/README16
1 files changed, 0 insertions, 16 deletions
diff --git a/business/openerp-server/README b/business/openerp-server/README
deleted file mode 100644
index 140b3fbecf..0000000000
--- a/business/openerp-server/README
+++ /dev/null
@@ -1,16 +0,0 @@
-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