Ocular

Ocular was a web based RSS reader utilizing the Google Feed API and the Meteor.js framework. Read more about Ocular

To-do:

mongod run --config /usr/local/Cellar/mongodb/1.8.2-x86_64/mongod.conf

Install a different version of node n 0.8.18

Mongo URL heroku config | grep "MONGOHQ"

Export Mongo DB from Heroku

mongodump --host linus.mongohq.com:10021 --db app12575696 -u cale -p cale -o ~/Desktop

Import

mongodb://cale:cale@linus.mongohq.com:10021/app12575696

Update buildpack for existing app:

heroku config:add BUILDPACK_URL=https://github.com/v8squirrel/heroku-buildpack-meteor