]> git.decadent.org.uk Git - memories.git/blobdiff - debian/README.Debian
Updated documentation for version 1.2-5.
[memories.git] / debian / README.Debian
index ced2817e33a1c4824fdaca0cac114bb34679ad51..6ca9bfca74a41a124eb2b4df49f79bacb30b765d 100644 (file)
@@ -1,6 +1,14 @@
-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.
+You can run Memories through CGI or Apache's mod_perl:
+
+- The CGI script is /usr/lib/cgi-bin/memories.cgi.
+
+- Use of mod_perl is configured in /etc/memories/apache.conf,
+  which by default uses the path /memories/.  If you use mod_perl
+  you must also enable mod_apreq.  If both these modules are
+  enabled for Apache 2 when Memories is installed or upgraded,
+  Memories is added to the Apache configuration automatically.
+  To do this later, run:
+      ln -s ../../memories/apache.conf /etc/apache2/conf.d/memories
 
 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
@@ -21,4 +29,4 @@ You will almost certainly need to change the 'uri_base' and
 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 02:12:31 +0000
+ -- Ben Hutchings <ben@decadent.org.uk>  Tue, 21 Aug 2007 00:37:26 +0100