summaryrefslogtreecommitdiffstats
path: root/business/tinyerp-server/README
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-11 22:53:15 +0200
committer Robby Workman2010-05-11 22:53:15 +0200
commitd69ddf532ea7808890cc38fb3a0ac588fd19b158 (patch)
tree590c176616a6760306f362c52d9149349665cb8f /business/tinyerp-server/README
parentdf4466dd133188f4d7613bd687c1768d6611516c (diff)
downloadslackbuilds-d69ddf532ea7808890cc38fb3a0ac588fd19b158.tar.gz
business/tinyerp-server: Added to 12.1 repository
Diffstat (limited to 'business/tinyerp-server/README')
-rw-r--r--business/tinyerp-server/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/business/tinyerp-server/README b/business/tinyerp-server/README
new file mode 100644
index 0000000000..5740832b19
--- /dev/null
+++ b/business/tinyerp-server/README
@@ -0,0 +1,21 @@
+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, reportlab,
+and postgresql, all of which are available from SlackBuilds.org