Last change
on this file since 90 was
70,
checked in by peter, 11 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
|
Rev | Line | |
---|
[54] | 1 | #!/bin/sh |
---|
| 2 | |
---|
[70] | 3 | export PERL5LIB=./lib |
---|
[65] | 4 | export CONFIG_FILE=${1:-"conf.yml"} |
---|
| 5 | |
---|
[59] | 6 | starman --listen :5000 --daemonize --pid pid --error-log errors --access-log access |
---|
Note: See
TracBrowser
for help on using the repository browser.