Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to https://toolbelt.heroku.com
  2. Hit the download button for you OS. 
  3. Once you have created your Heroku account you give your credentials after typing in the command line

    Code Block
    languagetext
    $ 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
languagetext
$ heroku addons:create heroku-postgresql --app <your heroku app name>

Useful configuration commands

...