aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2018-06-27 17:59:59 +0300
committerFilipp Lepalaan <filipp@mac.com>2018-06-27 17:59:59 +0300
commit391b0761a59d42d9a964147f8d6b553fe16a8629 (patch)
treeb85c21959a33f9f3f71d4abd6eeb6523e225020b /README.md
parentebeae84e58cf467b3003ee1aefd8ee44d68c92d2 (diff)
downloadServo-391b0761a59d42d9a964147f8d6b553fe16a8629.tar.gz
Servo-391b0761a59d42d9a964147f8d6b553fe16a8629.tar.bz2
Servo-391b0761a59d42d9a964147f8d6b553fe16a8629.zip
Use the gsxws from PyPI
Which will hopefully also install it's dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 76ce80c..b699c56 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Main features include:
- A rich set of communication tools (two-way email support, SMS sending, GSX escalations, attachment support)
- Inventory management (product categories, stocking per location, bracketed markup)
- Robust customer database (hierarchical customer data, custom fields)
-- Fast search
+- Fast Spotlight-style search
- Statistics and reporting
- Rule-based automation
- Dedicated check-in interface for customers and POS staff
@@ -38,7 +38,7 @@ The application is written in Python on top of the excellent [Django web framewo
Installation
============
-Install PostgreSQL, nginx, memcached, rabbitMQ. Then install the necessary Python packages:
+Install and start [PostgreSQL](https://www.postgresql.org), [nginx](http://nginx.org), [memcached](https://www.memcached.org), rabbitMQ (only necessary if you want to use automated rules). Then install the necessary Python packages:
$ pip install -U -r requirements.pip