source: bookmarks/trunk/start @ 59

Last change on this file since 59 was 59, checked in by peter, 11 years ago
  • converted app.psgi from using a CGI::Application::Dispatch dispatcher to a Path::Router dispatcher
  • created a more pure PSGI BookmarkController to replace the CGI::Application-based BookmarkApp
  • added an access log to the start script
  • Property svn:executable set to *
File size: 95 bytes
Line 
1#!/bin/sh
2
3starman --listen :5000 --daemonize --pid pid --error-log errors --access-log access
Note: See TracBrowser for help on using the repository browser.