summaryrefslogtreecommitdiffstatshomepage
path: root/doc/INSTALL.txt
diff options
context:
space:
mode:
authorGravatar Christian Weiske2012-01-20 14:24:33 +0100
committerGravatar Christian Weiske2012-01-20 14:24:33 +0100
commit39b44229ad11f8544a876dd750c479947f783ca8 (patch)
treedff9fdbb15f0a28803fb8166eb64e7735549d8b5 /doc/INSTALL.txt
parent12260156816a3ce92c5c33725f7d9f5fc0c83494 (diff)
downloadscuttle-39b44229ad11f8544a876dd750c479947f783ca8.tar.gz
scuttle-39b44229ad11f8544a876dd750c479947f783ca8.zip
Implement patch #3476011: PostgreSQL tables can not be initialized
Diffstat (limited to 'doc/INSTALL.txt')
-rw-r--r--doc/INSTALL.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt
index fbd44f9..953dc63 100644
--- a/doc/INSTALL.txt
+++ b/doc/INSTALL.txt
@@ -21,6 +21,8 @@ Installation instructions
on the shell ("semanticscuttle" being the database name)
+ If you run PostgreSQL, use ``data/tables.postgresql.sql``.
+
3. Copy ``data/config.php.dist`` to ``data/config.php`` and modify it as
necessary. See configuration_ for more information.
4. Make the cache directory writable by your web server.