Skip to content

georz/redmine_news_notification

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

News Notification plugin for Redmine

This plugin allows to “news notification” to the top bar of the pages.

Requirements

  • Redmine 4.x

Installation

  1. Copy “redmine_news_notification” directory into #{RAILS_ROOT}/plugins

  2. Run the following command to upgrade your database (make a db backup before)

    rake redmine:plugins:migrate RAILS_ENV=production
  3. Restart Redmine

Uninstallation

  1. 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
  2. Remove “redmine_news_notification” directory from the plugins directory: #{RAILS_ROOT}/plugins

  3. Restart Redmine

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published