A Heroku introduction
Hassle-free web apps on
View Slide
47 Degreeshttp://47deg.comhttps://partners.heroku.com/47-degrees!Raúl Rajahttps://github.com/raulraja@raulrajaWho are we?
Let’s get started!Sign up for an account at heroku.com
Download & Install the Heroku Toolbelt at https://toolbelt.heroku.com/
git clone http://github.com/47deg/heroku-play2-demo.gitHeroku uses Git for deployments.Let’s clone our sample app
Once our app is downloaded create a Heroku app in its root.A Git remote is automatically added pointing to your Heroku app in the cloud.
Next we provision the Database with the Mongolab addon.
Logentries for log management
Loader.io to simulate load testing and get ready for prime time
And finally New Relic to monitor our app internals
> heroku create:app> heroku addons:add logentries> heroku addons:add mongolab> heroku addons:add newrelic> heroku addons:add loaderio
> heroku addons:add logentries> heroku addons:add mongolab> heroku addons:add newrelic> heroku addons:add loaderio
http://47deg.tumblr.com/
http://www.vibrant.com/cable-messes.phpRunning on spaghetti servers?
THANKS!!Sample Projecthttps://github.com/47deg/heroku-play2-demo/!Buildpackshttps://devcenter.heroku.com/articles/buildpacks!Heroku Addonshttps://addons.heroku.com/!47http://47deg.com