Skip to content
This repository was archived by the owner on Jun 21, 2018. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 372 Bytes

File metadata and controls

14 lines (12 loc) · 372 Bytes

For deployment on heroku:

meteor create --example todos cd todos git init . git add . git commit -a -m "First commit"

Create an app on heroku

heroku git remote -a heroku config:set BUILDPACK_URL=https://github.com/AdmitHub/meteor-buildpack-horse.git heroku config:set ROOT_URL=http://.herokuapp.com heroku addons:add mongolab git push heroku master