Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Intro to heroku

Intro to heroku

An overview intro to Heroku. Mainly demo driven, but there are some slides.

Neil Middleton

July 18, 2013
Tweet

More Decks by Neil Middleton

Other Decks in Technology

Transcript

  1. Heroku is an application hosting company that makes sense. We

    provide a platform that lets developers focus on apps instead of infrastructure. Friday, 19 July 13
  2. ! Quickstart*Guide Signup*here:*http://id.heroku.com/signup/hackedio Deploy Manage • Install*the*Toolbelt* **http://toolbelt.heroku.com • Signup*&*Login

    **heroku login • Commit*your*app*into*Git **** git init git add . git commit -m “first commit!” • Create*an*application*on*Heroku ***heroku create app_name • Deploy! git push heroku master • View*your*combined*logs ****heroku logs -t • Scale*Processes heroku ps:scale <process>=1 heroku ps:restart • Bash heroku run bash • Releases heroku releases --help Get*Help • Heroku*DevCenter http://devcenter.heroku.com • Heroku*Addons http://addons.heroku.com • API*Help http://bit.ly/herokuLapiLblog • API*Quick*Start http://bit.ly/herokuLapiLquick • API*Reference http://bit.ly/herokuLapiLref Alternatively,*just*come*and*find*us! Heroku*supports*Ruby,*Node,*Python,*Java,**Scala*&*Clojure.**Use*a*custom*buildpack*for*other*technologies:**http://bit.ly/herokuLbuildpacks Friday, 19 July 13
  3. _______ ( help! ) ------- o ^__^ o (oo)\_______ (__)\

    )\/\ ||----w | || || Friday, 19 July 13