From charlesreid1

Revision as of 07:21, 23 March 2017 by Admin (talk | contribs) (Created page with "heroku is a platform as a service for running web apps. heroku: https://www.heroku.com/ platform as a service: https://en.wikipedia.org/wiki/Platform_as_a_service Install h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

heroku is a platform as a service for running web apps.

heroku: https://www.heroku.com/

platform as a service: https://en.wikipedia.org/wiki/Platform_as_a_service

Install heroku toolbelt using homebrew:

$ brew install heroku-toolbelt

Now update heroku client:

$ heroku update