How to Install rTPlan - rtplan.rubyforge.org ========================================================================== Copyright (C) 2006 by Simon Martinelli, Gampelen, Switzerland Read the gpl.txt file for the complete license ========================================================================== 1. Prerequisite ------------ 1.1 Ruby on Rails ------------- If not already up and running; install Ruby and Rails as described on the offical homepage: http://www.rubyonrails.org/ 1.2 Gruff ----- If you like to use Reporting, then rTPlan requires Gruff. Please install it as described here: http://nubyonrails.com/pages/gruff 2. Installation ------------ rTPlan is a Ruby on Rails Application and therefore very easy to install. 1. create three databases rtplan_development, rtplan_test, rtplan_production 2. edit the database configuration in config/database.yml to fit your needs 3. run "rake migrate" 3. Test ---- To test rTPlan you can use Webrick Server: 1. run "./script/server" in the rTPlan root directory. 2. goto http://localhost:3000/task_list 3. login as user "admin" (this is the dummy administrator)