After installing plugin in Ubuntu 12.04 redmine is not working
Added by Biju Krishnan over 10 years ago
Hi,
I have configured recently.
For activating agile plugins into redmine have followed below steps,
1. Install the plugin in your Redmine plugins directory:
git clone git://github.com/256MbTeam/Redmine-Scrumbler.git vendor/plugins/redmine_scrumbler
2. Run migrations:
rake db:migrate:plugin NAME=redmine_scrumbler
3. Restart the Redmine:
After doing these can't able to access the redmine using the link: https:\\localhost:3000
Note : localhost = my ip
Please help me on this
Thanks and regards
Biju
Replies (1)
RE: After installing plugin in Ubuntu 12.04 redmine is not working
-
Added by Martin Denizet (redmine.org team member) over 10 years ago
Hello Biju,
Please note that on recent versions of Redmine (Not sure the the exact version but 2.x+ for sure) plugins are installed in plugin/
and not anymore in vendor/plugins
You should have an error entry in the log. You could paste it here?
Cheers,