From: Ben Hutchings <ben@decadent.org.uk>
Date: Fri, 17 Feb 2006 02:17:02 +0000 (+0000)
Subject: Made some corrections to README.Debian.
X-Git-Tag: 1.2-2~1
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=1e2394ca735b7fc62e489f704077a63491cd7187;p=memories.git

Made some corrections to README.Debian.
---

diff --git a/debian/README.Debian b/debian/README.Debian
index f242977..ced2817 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -2,11 +2,12 @@ This Debian package of Memories configures any installed version of
 Apache with mod_perl so that Memories is available through the path
 /memories/.  This is controlled by /etc/memories/apache.conf.
 
-In order to run Memories you will need to set up a MySQL database
-using the schema given in /usr/share/memories/memories.sql and allow
-the www-data user permission to delete, insert, select and update in
-all the given tables.  The following commands should work, if the
-database server is on the same computer:
+In order to run Memories you will need to set up a database with the
+schema given in /usr/share/memories/memories.sql and grant the
+www-data user permission to delete, insert, select and update in all
+the tables in that schema.  Currently only MySQL databases are
+supported.  You can set up a suitable database with the following
+commands in the mysql client:
 
     mysql> create database memories;
     mysql> use memories
@@ -15,8 +16,9 @@ database server is on the same computer:
     mysql> quit
 
 The configuration file for Memories itself is /etc/memories/Config.pm.
-You will almost certainly need to change the 'uri_base' parameter in
-this to match your web site configuration.  You will also need to
-change the 'dsn' parameter if the database name is not 'memories'.
+You will almost certainly need to change the 'uri_base' and
+'data_store_external' parameters in this to match your web site
+configuration.  You will also need to change the 'dsn' parameter if
+the database name is not 'memories'.
 
- -- Ben Hutchings <ben@decadentplace.org.uk>  Fri, 17 Feb 2006 01:34:47 +0000
+ -- Ben Hutchings <ben@decadentplace.org.uk>  Fri, 17 Feb 2006 02:12:31 +0000
diff --git a/debian/changelog b/debian/changelog
index f114fa1..5ebe1b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ memories (1.2-2) unstable; urgency=low
   * Added README.Debian as a quick-start guide
   * Corrected some file permissions
 
- -- Ben Hutchings <ben@decadentplace.org.uk>  Fri, 17 Feb 2006 01:34:47 +0000
+ -- Ben Hutchings <ben@decadentplace.org.uk>  Fri, 17 Feb 2006 02:12:31 +0000
 
 memories (1.2-1) unstable; urgency=low