Slide 9
Slide 9 text
!
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 =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