Versions Compared

Key

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

Let's

...

begin

...

by

...

describing

...

Heroku.Heroku is

...

a

...

cloud

...

application

...

platform

...

a

...

new

...

way

...

of

...

building

...

and

...

deploying

...

web

...

applications,

(www.heroku.com). 

...

This

...

guide

...

provides

...

the

...

steps

...

required

...

for

...

creating

...

a

...

Heroku

...

account,

...

instaling

...

Heroku

...

Toolbelt,

...

configuration

...

and

...

last

...

deployment in

...

the

...

Heroku

...

environment.

...

 

Create a Heroku account

  1. Go to www.heroku.com and  hit sign up button, add your credentials and hit Create Free Account.
  2. Go to your dashboard to start creating the application environment. 

     

...

What is it? Heroku client - CLI tool for creating and managing Heroku appsapps 

  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
     
    $ heroku login 

...