An open API service indexing awesome lists of open source software.

https://github.com/davidegiacometti/redmine_updates_checker

Updates checker for Redmine plugins
https://github.com/davidegiacometti/redmine_updates_checker

rake rake-task redmine redmine-plugin redmine-rake redmine-update ruby

Last synced: about 1 year ago
JSON representation

Updates checker for Redmine plugins

Awesome Lists containing this project

README

          

# Redmine Updates Checker
Updates checker for Redmine plugins.

## Supported versions
The plugin has been developed and tested on Redmine 4.x but should also works on previous versions. Any feedback will be appreciated.

## Installation
* Copy the plugin in #{RAILS_ROOT}/plugins
* Run `bundle install`
* Schedule the rake task

```
bundle exec rake redmine:updates:check RAILS_ENV="production"
```

## License
Released under the MIT License.