Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Nov 18 07:13:32 -0800 2009 | |
| |
NOTES.txt | Wed Jun 10 07:12:43 -0700 2009 | |
| |
README.rdoc | Sun Nov 22 00:32:27 -0800 2009 | |
| |
Rakefile | Wed Jun 10 07:27:05 -0700 2009 | |
| |
bin/ | Wed Jun 10 07:27:05 -0700 2009 | |
| |
config/ | Sun Nov 22 00:32:27 -0800 2009 | |
| |
features/ | Tue Oct 06 13:16:53 -0700 2009 | |
| |
lib/ | Sun Nov 22 08:38:59 -0800 2009 | |
| |
libexec/ | Mon Jul 20 08:04:27 -0700 2009 | |
| |
script/ | Sat Nov 14 21:23:50 -0800 2009 | |
| |
spec/ | Sun Nov 22 08:38:59 -0800 2009 | |
| |
tasks/ | Wed Jun 10 15:58:41 -0700 2009 | |
| |
vendor/ | Sat Oct 10 11:04:27 -0700 2009 |
ruote-kit (RESTful BPM)
- kit.rubyforge.org/ruote (soon)
- kit.rubyforge.org/ruote/rdoc (soon)
A RESTful wrapper around the ruote workflow engine, built with daemon-kit and sinatra.
Follow development:
- #ruote on Freenode
- groups.google.com/group/openwferu-users
- opensourcery.co.za
- @kennethkalmer on Twitter
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.







