资 源 简 介
Picnic makes it easy(ier) to distribute and run [Camping](http://code.whytheluckystiff.net/camping/)-based applications as well-behaved stand-alone Linux servers (but works on Windows too!).
The idea is that one ought to be able to install a Camping app as a gem, and run it as a Linux service (almost) right out of the box. To this end, Picnic provides a supporting framework that includes the following:
YAML configuration: When your application is first launched, it automatically creates a default configuration in /etc/. As a Camping developer you can easily access the contents of this configuration from anywhere in your app (for example: Conf[:some_setting]).
Run under Mongrel, Passenger/Apache, or WEBrick: The end-user selects the web server they want to use (WEBrick, Mongrel, or Passenger/Apache) by editing your app"s YAML configuration file. The built-in Rac