My favorites | Sign in
Project Logo
                
Show all Featured wiki pages:
PicnicTutorial
Feeds:
People details
Project owners:
  matt.zukowski

Picnic makes it easy(ier) to distribute and run 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:

Installation

Picnic is available as a RubyGem. To install it you will need:

To install Picnic:

gem install picnic

You may need to run this as root:

sudo gem install picnic

That's it. You can now use Picnic in your code:

require 'rubygems'
require 'picnic'

Usage

For detailed, step-by-step instructions for building a Picnic-based application see the PicnicTutorial.

If you prefer to jump right in, have a look at the sample picnic application and also at Howlr, Taskr, and RubyCAS-Server for examples of Picnic-enabled apps.









Hosted by Google Code