sparrowu93 / redmine_app_notifications

App notifications plugin provides simple in application notifications for Redmine. It can replace default e-mail notifications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine App Notifications

App notifications plugin provides simple in application notifications for Redmine. It can replace default e-mail notifications.

Installation and Setup

  1. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
  2. Run the plugin migrations rake redmine:plugins:migrate RAILS_ENV=production
  3. Optional if you want to use Faye for server to client notifications
  4. Install the Thin server gem install thin or configure faye.ru accordingly to the server you use. See https://github.com/faye/faye-websocket-ruby#running-your-socket-application for more details.
  5. Copy the faye_for_redmine file to /etc/init.d
  6. Modify /etc/init.d/faye_for_redmine to at least fill the right value for IN_APP_NOTIFICATION_ROOT_PATH
  7. Makes the script starts at boot cd /etc/init.d && update-rc.d faye_for_redmine defaults
  8. Start the Faye server /etc/init.d/faye_for_redmine start (you can stop it with stop instead of start).
  9. In Administration > Plugins > Configure, modify ip_address_or_name_of_your_server to match your server IP address or name
  10. Restart your Redmine web server
  11. Login and configure the plugin (Administration > Plugins > Configure)
  12. Enable In App Notifications in user account settings -> preferences

About

App notifications plugin provides simple in application notifications for Redmine. It can replace default e-mail notifications.


Languages

Language:Ruby 50.2%Language:HTML 36.6%Language:CSS 6.6%Language:JavaScript 3.5%Language:Shell 3.0%