Changeset 65 in bookmarks for trunk/start


Ignore:
Timestamp:
02/03/14 14:04:40 (10 years ago)
Author:
peter
Message:
  • added a stop shell script
  • start takes an optional config file argument; defaults to "conf.yml"
  • app.psgi:
    • uses the CONFIG_FILE environment variable as its config file name
    • get_controller() takes an environment as its argument, instead of a Plack::Request
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/start

    r59 r65  
    11#!/bin/sh 
    22 
     3export CONFIG_FILE=${1:-"conf.yml"} 
     4 
    35starman --listen :5000 --daemonize --pid pid --error-log errors --access-log access 
Note: See TracChangeset for help on using the changeset viewer.