...
- Go to https://toolbelt.heroku.com
- Hit the download button for you OS.
Once you have created your Heroku account you give your credentials after typing in the command line
Code Block language text $ heroku login
Install the
...
heroku-deploy plugin
This project is a Heroku toolbelt plugin for deploying WAR files. It can also be used to deploy executable JAR files.
...
You can go to your Heroku dashboard (https://dashboard.heroku.com/apps), choose your dyno and then go to Add-ons and add Heroku Postgress database, or again by giving the command in the command line:
Code Block | ||
---|---|---|
| ||
$ heroku addons:create heroku-postgresql --app <your heroku app name> |
Useful configuration commands
...