Skip to content

Commit

Permalink
GIve pratical example of Server::Starter usage
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Melo <melo@simplicidade.org>
  • Loading branch information
melo committed May 26, 2011
1 parent 612405f commit 9be58a4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/Twiggy.pm
Expand Up @@ -63,7 +63,16 @@ late 2009.
=item Superdaemon aware =item Superdaemon aware
Supports L<Server::Starter> for hot deploy and graceful restarts. Supports L<Server::Starter> for hot deploy and
graceful restarts.
To use it, instead of the usual:
plackup --server Twiggy --port 8111 app.psgi
install L<Server::Starter> and use:
start_server --port 8111 plackup --server Twiggy app.psgi
=back =back
Expand Down

0 comments on commit 9be58a4

Please sign in to comment.