Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 773 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 773 Bytes

Heroku buildpack: Meteorite

This build pack allows you to easily deploy meteor apps to heroku using meteorite. It's easy to use different branches of meteor and any smart package you can lay your hands on.

Usage

heroku create --stack cedar --buildpack https://github.com/oortcloud/heroku-buildpack-meteorite.git

Then git push to heroku as usual.

NOTES

You need to set the ROOT_URL environment variable:

heroku config:add ROOT_URL=your.domain.com

You can specify meteor settings by setting the METEOR_SETTINGS environment variable:

heroku config:add METEOR_SETTINGS='{"herp":"derp"}'

You need to have a verified account so the buildpack can add a mongohq:sandbox addon.