rack(1)
NAME
Rack - run a rack web service
SYNOPSIS
rackup [ruby options] [rack options] [rackup config]
DESCRIPTION
- Ruby options:
- -e, --eval LINE
evaluate a LINE of code
- -d, --debug
set debugging flags (set $DEBUG to true)
- -w, --warn
turn warnings on for your script
- -I, --include PATH
specify $LOAD_PATH (may be used more than once)
- -r, --require LIBRARY
require the library, before executing your script
- Rack options:
- -s, --server SERVER
serve using SERVER (webrick/mongrel)
- -o, --host HOST
listen on HOST (default: 0.0.0.0)
- -p, --port PORT
use PORT (default: 9292)
- -E, --env ENVIRONMENT
use ENVIRONMENT for defaults (default: development)
- -D, --daemonize
run daemonized in the background
- -P, --pid FILE
file to store PID (default: rack.pid)
- Common options:
- -h, --help
Show this message
- --version
Show version