Versions Compared

Key

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

...

  1. Using the Heroku toolbelt you can write in the command line: 

    Code Block
    languagetext
    $ heroku plugins:install https://github.com/heroku/heroku-deploy
  2. Check if the heroku-deploy plugin is installed by typing in the command line

    Code Block
    languagebash
    $ heroku plugins

    And if everything is ok you will see: 

    Code Block
    languagebash
    === Installed Plugins
    heroku-deploy
  3.  

Creating a Heroku application

...