-
Notifications
You must be signed in to change notification settings - Fork 4
Deployment
veera83372 edited this page Feb 28, 2018
·
1 revision
- Via github repository.
- By heroku CLI.
Requirements.
An active heroku account.
An active github account.
An repository on github having all files of acquire app.
- Login to heroku account via browser.
- Go to dash board.
- Select name for your app.
- Click on create app.
- Select connect to github.
- Link your github account with heroku.
- Enter the name of your app github repository.
- Click on connect option.
- Open app by click on open app.
Requirements.
An active heroku account.
Heroku CLI installed on your machine.
- Run
heroku login
command from your terminal to login to heroku CLI. - Run
heroku create APP-Name
to create app. - Run
git push heroku master --no-verify
to push your repository to heroku github. - Run
heroku open
command to open your app on your default web browser.