Redmine won't start (Ubuntu 14.04, redmine 3.1.2)
Added by alex wallace almost 9 years ago
Hi all,
I'm trying to install redmine 3.1.2 on a virtual Ubuntu 14.04 (host windows).
I've use the tutorial HowTo Install Redmine 3.0.x on Ubuntu 14.04 with Apache2, Phusion Passenger, MySQL, Subversion and Git (Gitolite) and I had a problem with the following command:
bundle install --without development test postgresql sqlite
The command line was unable to be successful because there were a version conflict between "_gem 'redcarpet', '~> 3.1.2'_" and "gem 'redcarpet', '~> 3.2.2'". So I've changed, in opt/redmine/redmine-3.1.2/plugins/redmine_git_hosting, the line: "gem 'redcarpet', '~> 3.1.2'" into "gem 'redcarpet', '~> 3.2.2'".
Then I was able to continue installation. Installation works well (without error) until the end.
However, when I wanted to launch 127.0.0.1/redmine in firefox, I've firstly had an access denied error. So I've modified the access right to the passenger file with the command:
sudo chmod 644 /etc/apt/sources.list.d/passenger.list
Now, when I go to 127.0.0.1/redmine, I have no explicit message error, just the following message:
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
Can someone tells me what I did wrong and how to resolve this?
Thanks in advance.
Replies (1)
RE: Redmine won't start (Ubuntu 14.04, redmine 3.1.2) - Added by Vano Egler almost 9 years ago
Hi,
Try to see first /var/log/apache2/error.log
And, I suspect that file passenger.list has nothing to do with redmine, it's for isntalling passenger.