Installing SVN and Redmine in HostMonster
Wednesday, July 29th, 2009Installing SVN in HostMonster is really simple. (Please DO NOT ask for support to HostMonster)
1) wget www.sharpstep.com/Articles/HostMonster-svn/svn-install.sh
2) chmod a+x svn-install.sh
3) ./svn-install.sh
Installing RedMine in HostMonster
wget http://rubyforge.org/frs/download.php/49319/redmine-0.8.0.tar.gz
gunzip redmine0.8.0.tar.gz
tar xvf redmine0.8.0.tar
rake db:migrade RAILS_ENV=’production’
Follow instructions in my previous blog RoR & HostMonster
create dispatch.cgi; dispatch.fcgi; dispatch.rb and .htaccess
Good to Go!


