summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-06 20:21:14 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-06 20:21:14 +0000
commit38f279ae46364bf079dbaa30a5c6cb80a47dd718 (patch)
treec9fe9b138f148d909477da5500f4b286bb186aae /README
parent3d65a994502ff301f13ad153c5cd421c6bc1ea37 (diff)
parentd71d0e9e9e97a1ca80bf2b81081b4b4db7fbea76 (diff)
Merge branch 'master' of git://parabolagnulinux.org/parabolaweb
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index d95574b7..de19db5e 100644
--- a/README
+++ b/README
@@ -70,11 +70,14 @@ for your install.
(parabolweb-env) $ pip install python-memcached==1.47
- Alternately, to have MySQL and memcached installed automatically,
+ Alternately, to have psycopg2 and memcached installed automatically,
run
(parabolweb-env) $ pip install -r requirements_prod.txt
+ We use PostgreSQL on the main server, and you may have problems
+ with other SQLs.
+
5. Copy `local_settings.py.example` to `local_settings.py` and modify.
Make sure to uncomment the appropriate db section.