public
Description: restful workflow engine based on Rack and ruote (Warning : ruote-rest will be replaced by ruote-kit soon)
Homepage: http://openwferu.rubyforge.org
Clone URL: git://github.com/jmettraux/ruote-rest.git
jmettraux (author)
Mon Sep 08 23:22:31 -0700 2008
commit  95778393437b28a2271b8c69fcc3af75f46876ff
tree    7cd422143830de5ab1f8bc119aa04c0f2d01badb
parent  57bb03cb91b0ea4c1fad198cd7fe9718b576a4fc
README.txt
= ruote-rest

A RESTful instance of OpenWFEru (ruote) powered by Rack (http://rack.rubyforge.org/)


== required gems

    sudo gem install -y --no-ri --no-rdoc activerecord rack atom-tools rogue_parser mysql


== getting it

Get it from GitHub or download a prepackaged release at http://rubyforge.org/frs/?group_id=2609 (and jump to '== 
preparing it')

To get Ruote and Ruote-Rest :

    git clone git://github.com/jmettraux/ruote-rest.git

Then

    cd ruote-rest 
    rake ruote:install

to install the Ruote (OpenWFEru) workflow engine and its dependencies (in a vendor/ subdirectory). Alternatively, you 
could do 

    rake ruote:gem_install

to get the dependencies as gems.


== preparing it

To prepare the development database

    rake mysql:setup

Expects a mysql db with a 'root' admin account with sufficient access rights. 
It will create a database named "ruoterest_development".

(
To prepare the test database

    rake mysql:setup stage=test

To prepare the dev database with the admin 'toto'

    rake mysql:setup dbadmin=toto
)


== starting it

    ruby lib/start.rb


Then head to

    http://localhost:4567/

(
to start it on port 3333 :

    ruby lib/start.rb -p 3333
)

it will lead you to the "service document" with links to all the resources/
collection that make ruote-rest.


== interface

Just navigate the interface with your browser, everything is there.


== configuration

conf/db.rb

    database configuration

conf/engine.rb

    engine configuration

conf/participants.rb
conf/participants_development.yaml

    participants configuration, the yaml file holds the list of 
    'active participants' (the worklist in fact).

conf/auth.rb

    authentication filters, contains an HTTP basic authentication example
    and a "whitelist" authentication example.


== license

BSD


== feedback

user mailing list :        http://groups.google.com/group/openwferu-users
developers mailing list :  http://groups.google.com/group/openwferu-dev

issue tracker :            http://rubyforge.org/tracker/?atid=10023&group_id=2609&func=browse

irc :                      irc.freenode.net #ruote