Project

General

Profile

Problem about Redmine 2.3.3+ Redcase 1.0 beta 2.0

Added by anna c about 10 years ago

Hello
Is there any people install the latest Redcase on the Redmine 2.3.3?

This is what i did:

1.Download it from their site. Unzip it on my computer(Windows) then send the folder to server (ubuntu+ apache2) and put it under plugins.

2.input "sudo rake redmine:plugins:migrate RAILS_ENV=production" (no error msg )

3. service apache2 restart

but after the service restart, GUI didn't change.

Is that because this Redcase version can't work with redmine 2.3.3? (in the redmine wiki said it support 2.4.x)?
Or I do something wrong during the installation?


Replies (1)

RE: Problem about Redmine 2.3.3+ Redcase 1.0 beta 2.0 - Added by anna c about 10 years ago

I finally got it worked ....

1. git clone https://github.com/sadfuzzy/redcase
2. sudo bundle install
3. sudo rake redmine:plugins:migrate RAILS_ENV=production
4. sudo service apache2 restart

I used =>rake redmine:plugins:migrate in the step 3 but i got "rake aborted! database configuration does not specify adapter " error all the time and I checked the config/database.yml but nothing wrong with it. Actually, I think I got the same error by using exact the same command I used when it finally worked.
anyway hope this might help someone someday?

    (1-1/1)