[SCM] ciderwebmail Debian packaging branch, master, updated. debian/1.04_20120610-1-4-g82b93b1

Jonas Smedegaard dr at jones.dk
Sun Jun 10 20:34:40 UTC 2012


The following commit has been merged in the master branch:
commit 8849346c4a51f99c39f76d495dd4ae20f56796d9
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Jun 10 22:29:35 2012 +0200

    Add README.Debian documenting ways to deploy.

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..9a36d70
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,26 @@
+Debian-specific CiderWebmail usage notes
+========================================
+
+
+CiderWebmail needs a place for user configuration. Something like this:
+
+    mkdir /var/lib/ciderwebmail
+    chown www-data: /var/lib/ciderwebmail
+
+ Integrate with a PSGI frontend:
+
+
+CiderWebmail uses PSGI, but Debian packaging currently does not
+integrate with any specific PSGI implementation.  The most minimal PSGI
+setup is to invoke the following, as the user given write access above:
+
+    CATALYST_CONFIG=/etc/ciderwebmail plackup /etc/ciderwebmail/ciderwebmail.psgi
+
+For production use there are many options either with a dedicated PSGI
+server like twiggy or starman, or using bindings to CGI, FCGI or uWSGI.
+
+Included as example files are snippets to integrate with Apache2 via
+uWSGI.
+
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 10 Jun 2012 22:28:54 +0200

-- 
ciderwebmail Debian packaging



More information about the Pkg-perl-cvs-commits mailing list