插件目录 » Notifo通知
作者 | Daniel Lehmann | |
---|---|---|
网站 | https://github.com/taktsoft/redmine_notifo | |
代码仓库 | https://github.com/taktsoft/redmine_notifo | |
注册时间 | 2011-03-31 (超过13年前) | |
当前版本 | 0.1.0 | |
兼容 | Redmine 1.0.x, 1.1.x | |
用户评分 |
将Notifo推送通知集成到Redmine的插件。当创建或更新问题时会收到推送通知。
安装说明
先决条件¶
需要一个Notifo账户。请访问http://notifo.com获取一个。
此插件依赖于httparty。要安装,请运行
$ sudo gem install httparty
安装¶
下载源文件并将它们放入您的vendor/plugins文件夹。
$ cd {REDMINE_ROOT} $ git clone git://github.com/taktsoft/redmine_notifo.git vendor/plugins/redmine_notifo
迁移数据库。¶
$ rake db:migrate_plugins RAILS_ENV=production
用户现在可以在他们的账户设置中配置他们的Notifo凭证。所有触发电子邮件通知的更改现在也会创建Notifo通知。
变更日志
0.1.0 (2011-03-30)
兼容Redmine 1.0.x, 1.1.x。