I've followed the instructions here: http://docs.webfaction.com/software/redmine.html#installing-redmine But, I get an error after running the step 6i, which is as follows:
I get the following error: [rammllc@web186 redmine-1.1.3]$ RAILS_ENV=production rake db:migrate
Does anyone know the issue? asked 30 Apr '11, 17:00 rammllc |
Our current default Rails installer sets up Rails 3.0.5, but Redmine won't work with that - it requires Rails 2.3.5. Please delete your Rails 3.0.5 app and install a Rails 2.3.5 app instead, then follow our installation procedure from step 2. Hope that helps! answered 30 Apr '11, 17:09 seanf I did exactly what you suggested above. I am still getting the same error...here is the output with the trace: RAILS_ENV=production rake db:migrate --trace Do you know the issue? Thanks, Doug
(01 May '11, 12:25)
rammllc
|
Ok, sorry for the trouble. It looks like Redmine wants to use a version of RubyGems that is older than what is currently installed on your server. You can fix it by installing an older version of RubyGems locally with the following commands:
After you've done that, continue from step 6.h in our Redmine doc. Sorry again for the trouble! answered 01 May '11, 14:04 seanf It worked!!!Thanks!!!
(01 May '11, 21:38)
rammllc
This worked for me too
(30 Jan '12, 11:43)
slashfoo
|