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 | Mon Sep 01 03:51:12 -0700 2008 | [jmettraux] |
| |
CREDITS.txt | Mon Aug 04 17:04:04 -0700 2008 | [jmettraux] |
| |
LICENSE.txt | Wed Sep 03 00:57:30 -0700 2008 | [jmettraux] |
| |
README.txt | Mon Sep 08 23:22:57 -0700 2008 | [jmettraux] |
| |
Rakefile | Wed Sep 03 00:57:30 -0700 2008 | [jmettraux] |
| |
app/ | Wed Sep 03 00:57:30 -0700 2008 | [jmettraux] |
| |
config/ | Wed Sep 03 00:57:30 -0700 2008 | [jmettraux] |
| |
db/ | Fri Jul 25 01:47:28 -0700 2008 | [jmettraux] |
| |
doc/ | Wed Apr 23 23:23:00 -0700 2008 | [jmettraux] |
| |
lib/ | Wed Sep 03 00:57:30 -0700 2008 | [jmettraux] |
| |
log/ | Thu Apr 24 17:16:42 -0700 2008 | [jmettraux] |
| |
public/ | Wed Sep 03 00:57:30 -0700 2008 | [jmettraux] |
| |
script/ | Wed Apr 23 23:23:00 -0700 2008 | [jmettraux] |
| |
test/ | Tue Sep 02 03:56:49 -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
== required gems
sudo gem install -y --no-ri --no-rdoc atom-tools rogue_parser
== how to install it
You can get it from GitHub or download a prepackaged release at http://rubyforge.org/frs/?group_id=2609 (then jump to
'== preparing it')
(assumes you're using MySQL on a Unix system)
git clone git://github.com/jmettraux/ruote-web.git
cd ruote-web
rake ruote:install
The 'data:bootstrap' 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 ruote:gem_install
instead of "rake ruote:install". (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 'data:bootstrap' step).
== preparing it
in order to prepare the development database, you'll have to
rake data:bootstrap
rake data:populate
== 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 ruote:install
== 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




