Get notifications for your running wordpress instances, and never miss an important update again. Pressevent is hosted on heroku.
Pressevent will monitor registered wordpress installations for updates and sent out email reports once a day. Since It's not nice to give away the keys to the kingdom pressevent works with WP Updater API which allows access to just the information about updates via an API key. It's easily installed and configured like any other Wordpress Plugin.
Install all the dependencies via bundler first
$ bundle install
Create the needed configuration files
$ cp sample.env .env
Now run the tests via
$ RAILS_ENV=test rake test:all
Everything should work fine, and you can start a development server and mailcatcher via
$ rake development:server
Pressevent runs on heroku, so you just need to create the app with Sendgrid as a plugin activated, and then
$ git push heroku master
takes care of deploy. To have the daily report emails sent just setup a cronjob via Heroku Scheduler to run
$ rake pressevent:automatic_update_report
Just to be save set a secret token as well
$ heroku config:set SECRET_KEY_BASE=`rake secret`
Licensed under MIT License. Copyright (c) 2015 Sideshowcoder. See LICENSE.txt for further details.