This plugin allows to “news notification” to the top bar of the pages.
-
Redmine 2.x
-
Copy “redmine_news_notification” directory into #{RAILS_ROOT}/plugins
-
Run the following command to upgrade your database (make a db backup before)
rake redmine:plugins:migrate RAILS_ENV=production
-
Restart Redmine
-
Run the following command to downgrade your database (make a db backup before)
rake redmine:plugins:migrate NAME=plugin_name VERSION=0 RAILS_ENV=production
-
Remove “redmine_news_notification” directory from the plugins directory: #{RAILS_ROOT}/plugins
-
Restart Redmine