camping

Langue: en

Autres versions - même langue

Version: May 23, 2006 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

camping - a small web framework

SYNOPSIS

camping [options] app1.rb app2.rb ...

DESCRIPTION

Launches a little web server, mounting all of the Camping apps listed on the commandline.

OPTIONS

--host=HOSTNAME (-h)
Host for web server to bind to (default is all IPs)
--port=NUM (-p)
Port for web server to bind to (defaults to 3301)
--database=FILE (-d)
Database file (defaults to ~/.camping.db)
--log=FILE (-l)
Start a database log ('-' for STDOUT)
--console (-C)
Run in console mode with IRB
--server=NAME (-s)
Server to force (mongrel, webrick, console)
--help (-?)
Display a help message.
--version (-v)
Display the program version.

SEE ALSO

Complete documentation for Camping is available from the gem doc server and online. Run `gem_server` to start the doc server.

AUTHOR

Camping was coded by why the lucky stiff <why@whytheluckystiff.net>