source: bookmarks/trunk/start @ 81

Last change on this file since 81 was 70, checked in by peter, 10 years ago
  • moved the *.pm files into the lib directory
  • changed BookmarksList to Bookmarks::List
  • changed BookmarkController to Bookmarks::Controller
  • the start script sets PERL5LIB before running starman
  • Property svn:executable set to *
File size: 154 bytes
Line 
1#!/bin/sh
2
3export PERL5LIB=./lib
4export CONFIG_FILE=${1:-"conf.yml"}
5
6starman --listen :5000 --daemonize --pid pid --error-log errors --access-log access
Note: See TracBrowser for help on using the repository browser.