[Catalyst-commits] r12465 - trunk/examples/CatalystAdvent/root/2009/pen

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Tue Dec 22 22:16:20 GMT 2009


Author: dhoss
Date: 2009-12-22 22:16:19 +0000 (Tue, 22 Dec 2009)
New Revision: 12465

Modified:
   trunk/examples/CatalystAdvent/root/2009/pen/plack-deployment-standalone+prefork.pod
Log:
updated plackup options to match each other, removed FCGI stuff in first example

Modified: trunk/examples/CatalystAdvent/root/2009/pen/plack-deployment-standalone+prefork.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2009/pen/plack-deployment-standalone+prefork.pod	2009-12-22 21:43:58 UTC (rev 12464)
+++ trunk/examples/CatalystAdvent/root/2009/pen/plack-deployment-standalone+prefork.pod	2009-12-22 22:16:19 UTC (rev 12465)
@@ -21,7 +21,7 @@
 
 Starting the process:
 
-    plackup -s FCGI yourappname.psgi 
+    plackup -s Standalone::Prefork yourappname.psgi 
 
 Your server configuration (let's use nginx):
 
@@ -58,7 +58,7 @@
 
 Now, let's fire it up and test things:
 
-    squishface:Placky dhoss$ plackup --app script/placky_app.psgi --server Standalone::Prefork
+    squishface:Placky dhoss$ plackup -s Standalone::Prefork script/placky_app.psgi
 
 Since we didn't specify a port, you should (after seeing all the Catalyst server startup stuff) see something like this:
 




More information about the Catalyst-commits mailing list