Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 504 Bytes

README.rdoc

File metadata and controls

13 lines (10 loc) · 504 Bytes

Redmine charts plugin

  1. Test under redmien git version.

  2. Install mattetti-googlecharts.

    gem sources -a http://gems.github.com/
    sudo gem install mattetti-googlecharts
  3. Check out redmine_charts source code to redmine/vendor/plugins

    git clone [email protected]:zjinys/redmine_charts.git $REDMINE_HOME/vendor/plugins
  4. I’am a newbie to rails , so it’s heave used active_record’s find_by_sql method.I’ll change this in next version.

  5. It’s only test under mysql now.

  6. Advice are welcome.