Main | Download | Documentation
0.2.0 Release
Download Release 0.2.0 beta, 2007-06-01
http://www.netnea.com/files/remo-0.2.0.tar.gz
Remo is released under the term of the GPL (Gnu Public License).
Installation
You need the following to run remo:
* ruby >= 1.8
* irb
* sqlite3-ruby bindings
Remo is a rails application. Rails is part of the Remo release since 0.2.0.
Please note, that you need to have javascript enabled in your browser to use remo.
WEBrick
WEBrick configuration is included in remo. You can run it as is.
cd trunk/remo
ruby script/server
direct browser to http://localhost:3000/main/index
This will launch WEBrick in development mode on localhost.
Mongrel
Mongrel is not part of remo. See the mongrel website for more info on how to get and install mongrel.
cd trunk/remo
mongrel_rails start -d -e production -a 127.0.0.1 -p 3000
direct browser to http://localhost:3000/main/index
This will launch mongrel in production mode on localhost.