Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 798 Bytes

heroku.md

File metadata and controls

30 lines (21 loc) · 798 Bytes

Deploying on Heroku :

Prerequisites

You will need the following things properly installed on your computer.

Git Node.js (with NPM) Ember CLI PhantomJS Running Locally

Deploying to Heroku

$ heroku create --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz
$ git push heroku master
$ heroku open

Further Reading / Useful Links