Removed Procfile and Update README accordingly. Not necessary for Heroku deployment.

This commit is contained in:
Sahat Yalkabov
2014-02-10 13:37:37 -05:00
parent 7c79609659
commit 65de734ee2
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
web: node app.js

View File

@ -771,7 +771,7 @@ Deployment
Once you are ready to deploy your app, you will need to create an account with a cloud platform to host it. These are not
the only choices, but they are my top picks. Create an account with **MongoLab** and then pick one of the 4 providers
below. Once again, there are plenty of other choices and you are not limited to just the ones listed below. From my
experience, **Heroku** is the easiest to get started with, it will automatically restart your node.js process when it crashes, custom domain support on free accounts, hot push deployments, and *Hackathon Starter* already includes `Procfile`, which is necessary for deployment to **Heroku**.
experience, **Heroku** is the easiest to get started with, it will automatically restart your node.js process when it crashes, custom domain support on free accounts and zero-downtime deployments.
<img src="http://i.imgur.com/7KnCa5a.png" width="200">
- Open [mongolab.com](https://mongolab.com) website