alexmonteiro / Redmine-Monitoring-Controlling

Redmine Plugin that works with Highcharts to show tasks on project throught Charts.
Other
132 stars 77 forks source link

Install plugin to redmine 2.0 in freeBSD #61

Closed fendibober closed 12 years ago

fendibober commented 12 years ago

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?

alexmonteiro commented 12 years ago

The plugin is not compatible with Ruby 1.9.x, you should use Ruby version 1.8.7 (i386-freebsd9) to get plugin working well.

Thanks for reporting.

fendibober commented 12 years ago

Thanks you to! )