[ciderwebmail] 19/33: Rewrite README.Debian to reflect simplified setup.
Jonas Smedegaard
dr at jones.dk
Wed May 21 12:44:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ciderwebmail.
commit 2ce071f57ca2781dd32b7c7de554eb8d4e88f664
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat Mar 16 21:59:54 2013 +0100
Rewrite README.Debian to reflect simplified setup.
---
debian/README.Debian | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
index a8e083d..5b5da96 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -2,25 +2,25 @@ Debian-specific CiderWebmail usage notes
========================================
-CiderWebmail needs a place for user configuration. Something like this:
+Supports integration with any PSGI frontend
+-------------------------------------------
- mkdir /var/lib/ciderwebmail
- chown www-data: /var/lib/ciderwebmail
+CiderWebmail uses PSGI, and can therefore be served either standalone
+using e.g. twiggy or starman, or by a general purpose server like Apache
+or nginx using with a binding like mod_perl, FCGI or uWSGI.
- Integrate with a PSGI frontend:
+Simplest use is the following, invoked as the user www-data:
+ plackup /etc/ciderwebmail/ciderwebmail.psgi
-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:
+Included are snippets for production use integrating with Apache2 via
+uWSGI, enabled like this as root:
- plackup /etc/ciderwebmail/ciderwebmail.psgi
+ aptitude install apache2 uwsgi uwsgi-plugin-psgi
+ ln -s -t /etc/uwsgi/apps-enabled ../apps-available/ciderwebmail.ini
+ ln -s -t /etc/apache2/conf.d /etc/ciderwebmail/apache-uwsgi.conf
+ service uwsgi restart ciderwebmail
+ service apache2 restart
-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
+ -- Jonas Smedegaard <dr at jones.dk> Sat, 16 Mar 2013 21:42:49 +0100
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ciderwebmail.git
More information about the Pkg-perl-cvs-commits
mailing list