Skip to content

CulturalMe/heroku-buildpack-meteorite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=http://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.

If the meteor app is inside subdirectory, make a file called HEROKU_METEORITE_BUILD_DIR in the root directory that contains the name of the sub-directory.

Websockets

To enable websockets on Heroku, you will need to enable the "labs" feature:

heroku labs:enable websockets

About

Heroku Dynamic Node.js Buildpack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%