[Catalyst-commits] r13978 - CatalystX-Restarter-GTK/trunk/lib/CatalystX/Restarter

dd070 at dev.catalyst.perl.org dd070 at dev.catalyst.perl.org
Mon Feb 28 11:11:57 GMT 2011


Author: dd070
Date: 2011-02-28 11:11:57 +0000 (Mon, 28 Feb 2011)
New Revision: 13978

Modified:
   CatalystX-Restarter-GTK/trunk/lib/CatalystX/Restarter/GTK.pm
Log:
updated POD

Modified: CatalystX-Restarter-GTK/trunk/lib/CatalystX/Restarter/GTK.pm
===================================================================
--- CatalystX-Restarter-GTK/trunk/lib/CatalystX/Restarter/GTK.pm	2011-02-26 07:54:30 UTC (rev 13977)
+++ CatalystX-Restarter-GTK/trunk/lib/CatalystX/Restarter/GTK.pm	2011-02-28 11:11:57 UTC (rev 13978)
@@ -459,8 +459,12 @@
     export CATALYST_RESTARTER=CatalystX::Restarter::GTK
     perl script/myapp_server -r
 
-You can also create a shell script for above two lines and add a shortcut to panel. This completely eliminates need of console to work on Catalyst based project.
+You can also create a shell script and add a shortcut to panel. This avoids need of starting terminal.
 
+    #!/bin/bash
+    cd /home/username/myapp/trunk/
+    perl script/myapp_server.pl -r 
+
 To use this restarter for specific application only, set appropirate envioronment variable. 
 
     MYAPP_RESTARTER=CatalystX::Restarter::GTK
@@ -471,8 +475,10 @@
 
 It shows a very small GUI window on desktop. It is set always on to by default. You can drag window to any screen corner for convenience.
 
-With this module Catalyst application developers do not need to use console to start or manage catalyst server. When a developer changes any file of project, he can see whether server is restarted successfuly or not before hitting refresh on web browser. This is useful to those who work on Catalyst projects regularly.
+The window displays server status. User can view console output and manually restart server from menu.
 
+Whenever any file of project is updated, developer can immediately check server status without switching to console.
+
 =head1 NOTES
 
 This module extends Catalyst::Restarter and depends on its _watcher and _handle_events.




More information about the Catalyst-commits mailing list