diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-02-20 13:14:18 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-02-20 13:14:18 +0100 |
| commit | 71f684576dcae798086cba5d140b0bb1f91fd648 (patch) | |
| tree | 09f9c3c0813fe7913e754556dd3e638a6dc7e310 /_posts | |
| parent | update layout again (date on the same line as the title) (diff) | |
| download | lumberjaph-71f684576dcae798086cba5d140b0bb1f91fd648.tar.gz | |
add more links
Diffstat (limited to '')
| -rw-r--r-- | _posts/2011-02-20-psgichrome.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2011-02-20-psgichrome.textile b/_posts/2011-02-20-psgichrome.textile index cdcd045..8480387 100644 --- a/_posts/2011-02-20-psgichrome.textile +++ b/_posts/2011-02-20-psgichrome.textile @@ -12,7 +12,7 @@ Let's mimic their page. h1. Installation -# install plack (cpanminus Plack) +# install "Plack::Middleware::ConsoleLogger":http://search.cpan.org/perldoc?Plack::Middleware::ConsoleLogger (*cpanminus Plack::Middleware::ConsoleLogger*) # no step 2 # no step 3 # write a simple PSGI application and log @@ -34,7 +34,7 @@ h2. Dancer I don't know for other framework, but you can also log to your browser with "Dancer":http://perldancer.org/. -In your application, you need to edit the environment file. You'll certainly want to change 'development.yml'. +First, you need to install "Dancer::Logger::PSGI":http://search.cpan.org/perldoc?Dancer::Logger::PSGI, then, in your application, you need to edit the environment file. You'll certainly want to change 'development.yml'. bc.. logger: "PSGI" plack_middlewares: |
