Creating a Heroku account

Navigate to https://heroku.com and click on the SIGN UP FOR FREE button. Then, fill the form with your account information. Once you are ready, we will need to install the Heroku CLI. This CLI will provide us with an easy-to-use command-line tool that we will use to deploy our applications and perform other administration operations on our applications.

To download the Heroku CLI, navigate to https://devcenter.heroku.com/articles/heroku-cli. Select your operating system and follow the installation instructions. Once the installation finished, go ahead and open a new Terminal window and execute the following command to log in to your Heroku workspace:

$ heroku login

Enter your Heroku credentials:
Email: [email protected]
Password: ***************
Logged in as [email protected]

The preceding command will ask you for your email and password that you used in the signup process. Provide your credentials and if everything is correct, you will receive the Logged in as ... message.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.223.33.157