aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-01-20 14:24:33 +0100
committerChristian Weiske <cweiske@cweiske.de>2012-01-20 14:24:33 +0100
commit39b44229ad11f8544a876dd750c479947f783ca8 (patch)
treedff9fdbb15f0a28803fb8166eb64e7735549d8b5 /doc
parent12260156816a3ce92c5c33725f7d9f5fc0c83494 (diff)
downloadsemanticscuttle-39b44229ad11f8544a876dd750c479947f783ca8.tar.gz
semanticscuttle-39b44229ad11f8544a876dd750c479947f783ca8.tar.bz2
Implement patch #3476011: PostgreSQL tables can not be initialized
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog1
-rw-r--r--doc/INSTALL.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index e5ca326..adb30bb 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -14,6 +14,7 @@ ChangeLog for SemantiScuttle
- Fix bug #3431742: open_basedir problems with /etc/ config files
- Fix bug #3436624: Wrong URL for Delicious API when importing
- Implement request #3403609: fr_CA translation update
+- Implement patch #3476011: PostgreSQL tables can not be initialized
0.98.3 - 2011-08-09
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.