From 9be58a4bb7cfe471ef6ae27c2a58ffb9a9ddc4fa Mon Sep 17 00:00:00 2001 From: Pedro Melo Date: Thu, 26 May 2011 13:05:06 +0100 Subject: [PATCH] GIve pratical example of Server::Starter usage Signed-off-by: Pedro Melo --- lib/Twiggy.pm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/Twiggy.pm b/lib/Twiggy.pm index 010349f..844ed2b 100644 --- a/lib/Twiggy.pm +++ b/lib/Twiggy.pm @@ -63,7 +63,16 @@ late 2009. =item Superdaemon aware -Supports L for hot deploy and graceful restarts. +Supports L for hot deploy and +graceful restarts. + +To use it, instead of the usual: + + plackup --server Twiggy --port 8111 app.psgi + +install L and use: + + start_server --port 8111 plackup --server Twiggy app.psgi =back