Tag Cloud
Concourse CI/CD devops prometheus kubernetes monitoring modbus kepware c-programming IoT golang telegram bot python cli urwid elasticsearch aws ecs apache spark scala AWS EMR hadoop webhooks ssl nginx digital-ocean emr apache pig datapipeline found.io elastic-cloud rails try capybara docker capistrano heka bigquery kafka protobuf vim iterm javascript emberjs git scripting dnsmasq bem frontend meteorjs meteorite heroku

Deploying Meteor 0.8.0 (Meteorite) to Heroku

It was…surprisingly easy, no honestly, much easier than I thought.

Steps:

  • Create new Heroku application: heroku create <appname> --stack cedar --buildpack https://github.com/oortcloud/heroku-buildpack-meteorite
  • Setup other than MongoDB for your Meteor application (I just added MongoHQ via heroku addons:add mongoHQ
  • heroku config:set ROOT_URL=http://<appname>.herokuapp.com
  • set up git with this heroku app (git init and blah blah)
  • git push heroku master
  • profit?!
comments powered by Disqus