Project

General

Profile

Help trying to install redmine on CentOS

Added by Roger Silva over 9 years ago

Hi all, How are you?

I am trying to install redmine 2.5.2 on CentOS 6.5 (64 bits) over Apache 2.2 with no success.

I followed the instructions described on this tutorial: http://www.redmine.org/projects/redmine/wiki/Install_Redmine_25x_on_Centos_65_complete

I can run redmine with webrick, but I could not make it work with apache.

Please, May someone help me?

There are two issues (redmine is installed at folder /var/www/html/redmine/):
1) I tried to run "RAILS_ENV=production /var/www/html/redmine/script/about" at folder "/var/www/html/redmine/" and It gives me the error: "No such file or directory".
I do not understand what is going on as the file "/var/www/html/redmine/script/about" does exist.

2)When I try to access redmine page, then it gives me the error described on the log file attached.

3) Is there a official repository for CentOS that provides redmine? It is very difficult to install it using the instructions provided on redmine wiki.

I am sorry for the basic question, I am not familiar with Ruby/Rails/Gems, thus I have no idea of what could be this problem root cause or how to troubleshoot it.

I appreciate any help you can give me,
Roger

error_log (15.7 KB) error_log Issues trying to install redmine on CentOS

Replies (4)

RE: Help trying to install redmine on CentOS - Added by Roger Silva over 9 years ago

Please, May someone help me?

I really want to use redmine, but I have no idea on how to troubleshoot the problem that I have described above.

Thanks

RE: Help trying to install redmine on CentOS - Added by Pavel Potcheptsov over 9 years ago

I think you wanted to execute

# cd /var/www/html/redmine/ && ruby ./script/about RAILS_ENV=production

Have you done "bundle install" in your redmine folder?
What "bundle show" is displaying?

RE: Help trying to install redmine on CentOS - Added by Roger Silva over 9 years ago

Hi Pavel Potcheptsov,

Thanks a lot for helping.

Have you done "bundle install" in your redmine folder?

Yes...I did "bundle install" in your redmine folder, but It did not show any error on the screen.
Are errors on "bundle install" process reported in a log file?Which one?
What "bundle show" is displaying?

Should I execute "bundle show" on redmine installation folder (int this case /var/www/html/redmine/)?

Thanks a lot,
Roger

RE: Help trying to install redmine on CentOS - Added by loviny jam over 9 years ago

chown root:root /var/www/html/redmine/script/about

and try it again.

    (1-4/4)