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 (
commit 93dffd25cd61dd3f97f40fb224c783fadc948eef
tree a8ba8ab37483002e6f9bab45cc39c70d2ffe4136
parent c41e251927991d25647c921e1fc1c6d9b9f83fa0
tree a8ba8ab37483002e6f9bab45cc39c70d2ffe4136
parent c41e251927991d25647c921e1fc1c6d9b9f83fa0
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Dec 22 05:14:37 -0800 2008 | |
| |
.gitmodules | Tue Sep 16 01:55:36 -0700 2008 | |
| |
CHANGELOG.txt | Thu Apr 02 00:48:15 -0700 2009 | |
| |
CREDITS.txt | Sun Apr 05 21:27:54 -0700 2009 | |
| |
LICENSE.txt | Wed Mar 04 03:54:02 -0800 2009 | |
| |
README.txt | ||
| |
Rakefile | Tue Sep 16 01:21:58 -0700 2008 | |
| |
TODO.txt | Fri Apr 10 02:57:10 -0700 2009 | |
| |
app/ | ||
| |
config/ | Fri Apr 17 00:16:35 -0700 2009 | |
| |
db/ | Sat Mar 07 05:03:47 -0800 2009 | |
| |
doc/ | Tue Sep 16 01:21:58 -0700 2008 | |
| |
lib/ | Thu May 21 06:20:20 -0700 2009 | |
| |
public/ | ||
| |
script/ | Tue Sep 16 01:21:58 -0700 2008 | |
| |
test/ | ||
| |
vendor/ | Tue Mar 31 04:34:28 -0700 2009 |
README.txt
= Ruote-Web2 WARNING : ruote, as a workflow engine, currently relies heavily on threading. So a multiprocess deployment target is not OK. Passenger is not OK either. Ruote (OpenWFEru) is an open source Ruby workflow and [incidentally] BPM engine. Ruote-Web2 is a Ruby on Rails web application wrapping an instance of Ruote and a worklist. WARNING : this project is in a really early stage ! == getting it prerequesite : Rails 2.3.2 sudo gem install rails rack actionpack activerecord activeresource activesupport --no-ri --no-rdoc --source http://gems.rubyonrails.org Make sure to have git at version 1.6+ as well. This sequence of commands will install ruote-web2 in your current directory (under ruote-web2/) git clone git://github.com/jmettraux/ruote-web2.git cd ruote-web2 git submodule init git submodule update sudo rake gems:install rake ruote:install mysql -u root -e 'create database rw2_development CHARACTER SET utf8 COLLATE utf8_general_ci' rake db:migrate rake data:populate Note that "rake ruote:install" will install the source of Ruote and its dependencies under vendor/plugins/ruote_plugin/lib_ruote/ (and try to sudo install two gems (will ask for your password)). You could run "rake ruote:gem_install" instead to install Ruote and its dependencies as gems. If you have trouble with rubygems 1.3.1 on debian/ubuntu, the comments there might help : http://intertwingly.net/blog/2008/11/23/RubyGems-1-3-1-on-Ubuntu-8-10 == running it cd ruote-web2 ruby script/server head to http://localhost:3000, login as admin (password 'admin').








