Installation
See installation instructions here rannotate.rubyforge.org (can't link it)
NOTE: The CVS repository on rubyforge is not currently used. The subversion repository mentioned on the home page contains the up to date code.
Notes on using CGI/FCGI instead of webrick
- When you pull down the CVS code the dispatch scripts are in dos format. This causes fastcgi to fail. This will fix it: dos2unix public/dispatch*
- The dispatch files are set to run the ruby interpreter from my home dir you will need to modify the #! at the top of each /public/dispatch* file.
- I didn't check in the log files so you will need to create the log directory and the development.log/production.log files in it (I don't think they get created for you).
- You need to make the public and log directories read/writable by your web server, chmod 755 log -R, chmod 755 public -r
TODO