Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 857 Bytes

HEROKU.md

File metadata and controls

25 lines (15 loc) · 857 Bytes

Heroku Application

Initialize

Create a new application and add the MongoHQ add-on.

Setup

Database

Import data into the Mongo database using the handy tool which is TBA.

Config Variables

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"

Push to Heroku

    heroku git:remote -a whatever
    git push heroku master