Create a new application and add the MongoHQ add-on.
Import data into the Mongo database using the handy tool which is TBA.
Using either the web interface or the CLI, add the following variables.
- Use the Meteorite buildpack.
BUILDPACK_URL = https://github.com/oortcloud/heroku-buildpack-meteorite
MONGOHQ_URL
should be automatically added.- Meteorite buildpack requires the domain name.
ROOT_URL = http://whatever.herokuapp.com/
(see heroku-buildpack-meteorite readme) - Push the settings:
heroku config:set METEOR_SETTINGS="
cat settings.json"
heroku git:remote -a whatever
git push heroku master