September 2018
Intermediate to advanced
398 pages
9h 43m
English
On the Heroku website, under the Deploy tab, at the bottom, you will see the instructions to deploy your application. The first thing to do is install the Heroku CLI; follow this link (https://devcenter.heroku.com/articles/heroku-cli) and pick your operating system to install the Heroku CLI.
Once the CLI has been installed, go to IntelliJ and click on the Terminal tab located at the bottom of the window. IntelliJ will set the current path of the Terminal to the root path of the current project.
From inside the Terminal, log in to Heroku by using the following command:
heroku login
Type in your email address and password to log in.
Read now
Unlock full access