public
Description: RESTful wrapper for ruote workflow engine
Homepage:
Clone URL: git://github.com/kennethkalmer/ruote-kit.git
name age message
file .gitignore Wed Nov 18 07:13:32 -0800 2009 Give each environment their own working directory [kennethkalmer]
file NOTES.txt Wed Jun 10 07:12:43 -0700 2009 It begins [kennethkalmer]
file README.rdoc Sun Nov 22 00:32:27 -0800 2009 Doc tlc (closes #1) [kennethkalmer]
file Rakefile Wed Jun 10 07:27:05 -0700 2009 Vanilla daemon-kit project [kennethkalmer]
directory bin/ Wed Jun 10 07:27:05 -0700 2009 Vanilla daemon-kit project [kennethkalmer]
directory config/ Sun Nov 22 00:32:27 -0800 2009 Doc tlc (closes #1) [kennethkalmer]
directory features/ Tue Oct 06 13:16:53 -0700 2009 Sinatra took the stage [kennethkalmer]
directory lib/ Sun Nov 22 08:38:59 -0800 2009 Helper specs and fixed some missing links in json [kennethkalmer]
directory libexec/ Mon Jul 20 08:04:27 -0700 2009 We have the engine running in FS/transient mode [kennethkalmer]
directory script/ Sat Nov 14 21:23:50 -0800 2009 Great strides forward for the /workitems resource [kennethkalmer]
directory spec/ Sun Nov 22 08:38:59 -0800 2009 Helper specs and fixed some missing links in json [kennethkalmer]
directory tasks/ Wed Jun 10 15:58:41 -0700 2009 We have cucumber [kennethkalmer]
directory vendor/ Sat Oct 10 11:04:27 -0700 2009 Patch sinatra-respond_to into Sinatra::Base [kennethkalmer]
README.rdoc

ruote-kit (RESTful BPM)

A RESTful wrapper around the ruote workflow engine, built with daemon-kit and sinatra.

Follow development:

Alpha Status

ruote-kit is under heavy development and will likely change violently over the coming weeks (albeit for the better).

Dependencies you currently need is:

  • daemon-kit (gem install daemon-kit)
  • sinatra (gem install sinatra)
  • thin or mongrel

To keep up with the current changes, you can setup an environment similar to this:

    $ mkdir ~/ruote-env
    $ cd ~/ruote-env
    $ git clone git://github.com/kennethkalmer/ruote-kit.git
    $ git clone git://github.com/jmettraux/ruote.git
    $ ln -nfs /path/to/ruote /path/to/ruote-kit/vendor/ruote

You can the ‘git pull’ within the respective repo’s to stay current.

Getting started

Once you have the dependencies installed, get going by running ’./bin/ruote-kit’ from inside the ruote-kit project.

If ruote-kit starts up without any issues (ie missing dependencies), you can point your browser to ‘localhost:8080/’ to get going. By default ruote-kit binds to all IP addresses, so this works out the box remotely too.

Feedback & bug reports

Please bear in mind that the project is still in its alpha days. Keep bug reports and suggestions limited to the google group and #ruote channel, at least for the time being.

Please do not hesitate to come back with any feedback.

License

(The MIT License)

Copyright © 2009 Kenneth Kalmer (Internet Exchange CC, Clear Planet Information Solutions Pty Ltd)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.