MyBB Community Forums

Full Version: RedMine Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. Does anyone know how to install Redmine. I have not got a clue as the instructions given are confusing me. Please if you could help me by a step by step guide of something like that. Thank you very much Smile
Quote:cd ~/public_html/dev
wget http://rubyforge.org/frs/download.php/56...8.4.tar.gz
tar zxvf redmine-0.8.4.tar.gz
rm redmine-0.8.4.tar.gz
mv redmine-0.8.4/* .
rmdir redmine-0.8.4

rename ./config/database.yml.example to ./config/database.yml and fill in the "production" database values.

mv ~/public_html/dev/public/dispatch.fcgi.example ~/public_html/dev/public/dispatch.fcgi
chmod 700 ~/public_html/dev/public/dispatch.fcgi
chmod 700 ~/public_html/dev/tmp
chmod 700 ~/public_html/dev/log

edit ./config/environment.rb; change

# ENV['RAILS_ENV'] ||= 'production'

to

ENV['RAILS_ENV'] ||= 'production'

rake db:migrate RAILS_ENV="production"
rake redmine:load_default_data RAILS_ENV="production"

I've installed Redmine dozens of times on servers (shared or otherwise) via SSH with the above... I found it almost impossible installing it without Shell....

edit: remember to change the paths (public_html/dev, etc.) to where you want it to go...
Thank you for your help. I have sent you a Private Message Smile

Edit: Help still needed, anyone have msn or a guide tutorial they can help me with it?
Lol I managed to install it once on my server, but I think the installation of all the Ruby and Rails stuff onto Apache is more of a headache than actually installing Redmine...
*Cough*MyTracker*Cough*
http://www.collabtive.o-dyn.de/index.php

That's always looked simple to me Toungue. It has the basic functions that I would see most people needing. However I doubt it's as powerful as redmine (but does it really need to be?).
(2009-12-18, 03:39 AM)Mark.M Wrote: [ -> ]*Cough*MyTracker*Cough*

MyNetwork ยป Tracker, to be precise... Shy
Does it integrate with SVN, etc?
(2009-12-18, 05:10 AM)NetSage Wrote: [ -> ]http://www.collabtive.o-dyn.de/index.php

That's always looked simple to me Toungue. It has the basic functions that I would see most people needing. However I doubt it's as powerful as redmine (but does it really need to be?).

That was very buggy when I tried it. One minute I could login the next it said login failed Undecided (and yes it was the right password)
(2009-12-18, 09:16 AM)Dennis Tsang Wrote: [ -> ]Does it integrate with SVN, etc?

It has an SVN browser, but I'm not sure I have the time to fully integrate it to the level of Redmine. I might just cheat, and perform actions when certain keywords are used... Shy