This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG.txt | Tue Jun 17 07:31:30 -0700 2008 | [jmettraux] |
| |
CREDITS.txt | Tue Jun 10 07:09:06 -0700 2008 | [jmettraux] |
| |
README.txt | Wed Jun 11 23:46:20 -0700 2008 | [jmettraux] |
| |
Rakefile | Wed Apr 23 23:23:00 -0700 2008 | [jmettraux] |
| |
app/ | Sat Jul 05 21:56:21 -0700 2008 | [jmettraux] |
| |
config/ | Sat Jul 05 21:56:21 -0700 2008 | [jmettraux] |
| |
db/ | Wed May 21 19:09:49 -0700 2008 | [jmettraux] |
| |
doc/ | Wed Apr 23 23:23:00 -0700 2008 | [jmettraux] |
| |
lib/ | Sat Jul 05 21:56:21 -0700 2008 | [jmettraux] |
| |
log/ | Thu Apr 24 17:16:42 -0700 2008 | [jmettraux] |
| |
public/ | Sat Jul 05 21:56:21 -0700 2008 | [jmettraux] |
| |
script/ | Wed Apr 23 23:23:00 -0700 2008 | [jmettraux] |
| |
test/ | Thu May 15 19:28:00 -0700 2008 | [jmettraux] |
| |
vendor/ | Wed Apr 23 23:23:00 -0700 2008 | [jmettraux] |
README.txt
= ruote-web
"ruote" is the nickname of the OpenWFEru Ruby workflow and BPM engine.
http://openwferu.rubyforge.org
"ruote-web" is a Ruby on Rails application wrapping the Ruote OpenWFEru workflow and BPM engine. It's also called
"densha" sometimes.
== online demo
http://difference.openwfe.org:3000
== how to install it
(assumes you're using MySQL on a Unix system)
sudo gem install -y json_pure atom-tools
git clone git://github.com/jmettraux/ruote-web.git
cd ruote-web
rake install_workflow_engine
rake bootstrap_dev_db
rake populate_dev_db
The 'bootstrap_dev_db' step assumes that your database admin user is named "root" (and it will ask for the password of
that user two times).
If you want to install the dependencies (rufus and ruote) as ruby gems, you can run
rake gem_install_workflow_engine
instead of "rake install_workflow_engine". (this won't install the 'bleeding edge' engine but the 'stable' one packaged
in a gem.
if Rails on your system is not a 2.0.x one, you might want to freeze a local Rails :
cd ruote-web && rake rails:freeze:edge TAG=rel_2-0-2
That will install Rails 2.0.2 under ruote-web/vendor/rails (maybe you will to do that before the 'bootstrap_dev_db'
step.
== run it
cd ruote-web
ruby script/server
And point your browser to http://localhost:3000 (then login as admin/admin or bob/bob)
== update it
cd ruote-web && git pull
to update the engine and its dependencies, simply pull out fresh copies by doing :
cd ruote-web && rake install_workflow_engine
== 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
== author
John Mettraux, jmettraux@gmail.com
http://jmettraux.wordpress.com
credits : http://github.com/jmettraux/ruote-web/tree/master/CREDITS.txt
== license
BSD




