Create Heroku Account & Probe its Web Interface
1. Create Heroku Account
![](/Curriculeon/lectures/cloud/heroku/create-account/create-heroku-account.gif)
2. Create Heroku Application
- From the Heroku Welcome page, click
Create New Application
![](/Curriculeon/lectures/cloud/heroku/create-account/create-new-application.gif)
3. Connect Heroku Application to Github Account
- From the
Application Deploy
Tab of Heroku, connect Heroku application to Github.
- Ensure that automatic deployments for each
push
is enabled
![](/Curriculeon/lectures/cloud/heroku/create-account/connect-github.gif)
4. Connect Heroku Application to Github Repository
- Upon connecting to github, search for a repository.
- Applications can be configured by
touch
ing a file named Procfile
to the root directory of the project.