Heroku, Cloud Conf Varna - 22.02.2014

Post on 11-May-2015

790 views 8 download

Tags:

description

Topics: Overview Cloud Intro Addons Commands Rails - http://www.youtube.com/watch?v=BbUcBniESOI PHP Java Tutorials Google Docs Presentation: https://docs.google.com/presentation/d/1YR50JE86Byyp3v221ofFv_o6-TYSk81gl-0Q2tcECfk/edit#slide=id.gec6a6de1_014

Transcript of Heroku, Cloud Conf Varna - 22.02.2014

Topics Today

● Overview● Cloud Intro● Addons● Commands● Rails● PHP● Java● Tutorials

Sponsors

Sponsors

Sponsors

OverviewHeroku is a cloud platform as a service (PaaS) supporting several programming languages. Heroku was acquired by Salesforce.com in 2010. Heroku, one of the first cloud platforms, has been in development since June 2007, when it supported only the Ruby programming language, but has since added support for Java, Node.js, Scala, Clojure and Python and (undocumented) PHP and Perl. The base operating system is Debian or, in the newest stack, the Debian-based Ubuntu

Addons

ArchitectureDynos can execute any process type and are designed to run and scale independently. A web dyno runs your code and responds to HTTP requests. Increase your web dynos to increase HTTP performance. A worker dyno executes background jobs, typically running your code and processing jobs from a queue. Increase your worker dynos to provide additional concurrency and capacity.