diff options
Diffstat (limited to 'business/tinyerp-server/README')
-rw-r--r-- | business/tinyerp-server/README | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/business/tinyerp-server/README b/business/tinyerp-server/README deleted file mode 100644 index 8198b15912..0000000000 --- a/business/tinyerp-server/README +++ /dev/null @@ -1,21 +0,0 @@ -Tiny ERP 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 tinyerp-server, you will have to set up postgresql. All -you have to do is issue the following two commands: - - createuser -U postgres --no-adduser terp - createdb -U postgres -O terp --encoding=UNICODE terp - -This will setup Tiny ERP 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 - -Tiny ERP depends on pyparsing, egenix-mx-base, psycopg, pil, pyxml, reportlab, -and postgresql, all of which are available from SlackBuilds.org |