Sample rails application for real-time events.
For real-time events, you will also need MindMapprFeed.
-
Clone and deploy mindmappr feed (documentation on mindmappr repo homepage)
-
In your
mindmappr-feed
repo, runheroku config:get REDISCLOUD_URL
-
In your
mindmappr
repo, run the following commands:heroku create git push heroku master heroku run rake db:migrate heroku config:set REDISCLOUD_URL=redis://the-value-you-got-from-step-two heroku config:set MM_FEED_SERVER=http://my-mind-mappr-feed-server.herokuapp.com