[Bast-commits] r8369 - ironman

idn at dev.catalyst.perl.org idn at dev.catalyst.perl.org
Mon Jan 18 22:22:13 GMT 2010


Author: idn
Date: 2010-01-18 22:22:12 +0000 (Mon, 18 Jan 2010)
New Revision: 8369

Modified:
   ironman/notes.pod
Log:
Notes on fastcgi

Modified: ironman/notes.pod
===================================================================
--- ironman/notes.pod	2010-01-18 15:41:38 UTC (rev 8368)
+++ ironman/notes.pod	2010-01-18 22:22:12 UTC (rev 8369)
@@ -82,10 +82,16 @@
     perl -I ironman/plagger/lib/ \
          ironman/IronMan-Web/script/ironman_web_server.pl
 
+=head2 Web UI deployment
 
+Create the socket and set permissions:
 
-=cut
+    mkdir ~ironman/treffpunkt; chgrp $_ www-data; chmod $_ 2710
 
+Socket is now:
+
+    ~ironman/treffpunkt/treffpunkt
+
 =head2 Additional deps
 
 TryCatch::Error is required for the feed url downloading script.
@@ -94,5 +100,7 @@
 
 DateTime::Format::SQLite is required if using SQLite by the CSV Import script.
 
+FCGI::ProcManager is required for FastCGI
+
 =cut
 




More information about the Bast-commits mailing list