Config my system:
FreeBSD 9.0
Redmine version 2.0.2.stable
Ruby version 1.9.3 (i386-freebsd9)
Rails version 3.2.5
Environment production
Database adapter Mysql2
Reload Redmine. I go to the Administration - Projects - "project name" - Modules but there is no item "Monitoring & Controlling". What am I doing wrong?
Config my system: FreeBSD 9.0 Redmine version 2.0.2.stable Ruby version 1.9.3 (i386-freebsd9) Rails version 3.2.5 Environment production Database adapter Mysql2
I'm trying to install the plugin:
>cd /usr/local/www/redmine/plugins/
>git clone http://github.com/alexmonteiro/RedmineMonitoring-Controlling.git redmine_monitoring_controlling
Cloning into 'redmine_monitoring_controlling'... remote: Counting objects: 649, done. remote: Compressing objects: 100% (347/347), done. remote: Total 649 (delta 359), reused 577 (delta 291) Receiving objects: 100% (649/649), 731.37 KiB | 272 KiB/s, done. Resolving deltas: 100% (359/359), done.
>rake redmine:plugins:migrate RAILS_ENV=production
(in /usr/local/www/redmine) Migrating redmine_monitoring_controlling (Redmine (Monitoring & Controlling | Monitoramento & Controle))...
>
Reload Redmine. I go to the Administration - Projects - "project name" - Modules but there is no item "Monitoring & Controlling". What am I doing wrong?