Add koha-post-install-setup, a script to be run by sysadmin post-install.
[koha.git] / debian / koha.README.Debian
index ce271ba..a807092 100644 (file)
@@ -13,11 +13,19 @@ following:
   implementation.
   - edit /etc/perl/XML/SAX/ParserDetails.ini to
     move XML::LibXML::SAX:Parser section last in the file
+  - FIXME: This should become unnecessary: Koha is in the process of
+    being patched to specify the parser it needs explicitly, instead
+    of assuming it is the default one.
+* Enable the suexec module for Apache.
+  - sudo a2enmod suexec
 * Enable the rewrite module for Apache.
   - sudo a2enmod rewrite
 * Restart Apache.
   - sudo service apache2 restart
 
+The latter two steps can be done by running the koha-post-install-setup
+script.
+
 Then access the following URL:
 
     http://localhost:8080/