SlideShare una empresa de Scribd logo
1 de 33
Descargar para leer sin conexión
BUILD OWN HEROKU
WITH CLOUD FOUNDRY
       Dr Nic Williams
    Stark & Wayne LLC
               @drnic
Everyone deserves nice things


YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
•           Cloud Foundry on AWS/OpenStack
              no one haD                                                         •           via BOSH
                     done this                                                   •           scaling up from a single VM
                                 before                                          •           & without lots of documentation

YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
•           mailing list “20 questions”
                                                                                             tiring
                               Helping
                                 others                                                      documentation was getting long
                                                                                 •

                                                                                 •           instead - automated tools

YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
•           2 tools, 6 commands

      Super tools!                                                               •           bosh-bootstrap
                                                                                 •           bosh-cloudfoundry


YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
gem	
  install	
  net-­‐ssh	
  -­‐v	
  2.2.2
                               gem	
  install	
  bosh-­‐bootstrap
                               bosh-­‐bootstrap	
  deploy
                               bosh-­‐bootstrap	
  ssh
                               bosh	
  cf	
  prepare	
  system	
  demo
                                                                                             < 3hrs
                               bosh	
  cf	
  deploy




   full walkthrough
       https://github.com/StarkAndWayne/bosh-­‐cloudfoundry#readme

YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
What we will deploy


                                                                                                              = 30c/hr

                   m1.small m1.medium                                                           m1.medium
                   inception   bosh                                                          core cloud foundry
YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
What we will deploy




                   m1.small m1.medium m1.medium redis postgresql
                   inception   bosh core cloud foundry
YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
What we will deploy
                                                                                             dea



                   m1.small m1.medium m1.medium redis postgresql
                   inception   bosh core cloud foundry
YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
Great looking slides, but...

WHO AM I?
•           First saw Heroku at a Ruby meetup
                                                                                             in Sydney 2008 in a pub

                                    Dr Nic                                       •           Worked at Engine Yard for 2 yrs
                                                                                 •           Consulting to multinational
                                                                                             running Cloud Foundry

YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
•           Help you setup, integrate & run your own
                                                                                             Cloud Foundry
                            stark &                                              •           Builds tools & extensions for Cloud
                                   wayne                                                     Foundry
                                                                                 •           Only company with two fictional founders


YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
WHAT IS
       HEROKU?
     3 minute introduction to
Platform-as-a-Service (PaaS)
what is platform as a Service?

                               1. Helps you run your apps
                               2. Routes web traffic

YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
http://myapp.com/path/to/something




                                                                                thin	
  -­‐p	
  10000




                                                                            postgres	
  -­‐p	
  5436	
  


YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
http://myapp.com/path/to/something

                                                                                         router




                                                                                thin	
  -­‐p	
  10000




                                                                            postgres	
  -­‐p	
  5436	
  


YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
•           1 infrastructure
                                                                                 •           1 router mode
                                                                                 •           1 port per dyno

                    heroku is                                                    •           1 size of dyno

                         omakase
                                                                                 •           1 way to deploy*
                                                                                 •           1 human support option
                                                                                 •           1 supported database
                                                                                 •           1 operating system
YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
•           Own infrastructure
                                                                                 •           Components can be forked/replaced
                                                                                 •           Create own omakase distro
 cloud foundry                                                                   •           Run as public $$$ service
           open source                                                           •           Port to other OS (e.g. ironfoundry)
                                                                                 •           One main contributor - Pivotal Initiative
                                                                                 •           You are very welcome to join us!
YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
Everyone deserves nice things


YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
DEPLOY TIME
                                Let’s boot this thing up



YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
gem	
  install	
  net-­‐ssh	
  -­‐v	
  2.2.2
                               gem	
  install	
  bosh-­‐bootstrap
                               bosh-­‐bootstrap	
  deploy
                               bosh-­‐bootstrap	
  ssh
                               bosh	
  cf	
  prepare	
  system	
  demo
                                                                                             < 3hrs
                               bosh	
  cf	
  deploy




   full walkthrough
       https://github.com/StarkAndWayne/bosh-­‐cloudfoundry#readme

YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
30mins
                               gem	
  install	
  net-­‐ssh	
  -­‐v	
  2.2.2
                               gem	
  install	
  bosh-­‐bootstrap
                               bosh-­‐bootstrap	
  deploy
                               bosh-­‐bootstrap	
  ssh
                               bosh	
  cf	
  prepare	
  system	
  demo
                               bosh	
  cf	
  deploy




   full walkthrough
       https://github.com/StarkAndWayne/bosh-­‐cloudfoundry#readme

YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
gem	
  install	
  net-­‐ssh	
  -­‐v	
  2.2.2
                               gem	
  install	
  bosh-­‐bootstrap
                               bosh-­‐bootstrap	
  deploy

                                                                                             2 hr
                               bosh-­‐bootstrap	
  ssh
                               bosh	
  cf	
  prepare	
  system	
  demo
                               bosh	
  cf	
  deploy




   full walkthrough
       https://github.com/StarkAndWayne/bosh-­‐cloudfoundry#readme

YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
SCALING
                               You own Cloud Foundry,
                                      so what’s next?


YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
bosh	
  cf	
  change	
  deas	
  3
                              bosh	
  cf	
  deploy


                              bosh	
  cf	
  add	
  service	
  postgresql
                              bosh	
  cf	
  add	
  service	
  redis
                              bosh	
  cf	
  deploy



   full walkthrough
       https://github.com/StarkAndWayne/bosh-­‐cloudfoundry#readme

YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
DEBUGGING
                                     Looking around
                              when something breaks


YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
CAREER?
                                     What could happen
                                 if you learn this thing?


YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
want a
                                                                                 http://bit.ly/cfbosh_workshop
              workshop?


YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
Everyone deserves nice things

                                                    http://bit.ly/cfbosh_workshop
       https://github.com/StarkAndWayne/bosh-­‐cloudfoundry#readme

YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012

Más contenido relacionado

Destacado

Epam presentation
Epam presentationEpam presentation
Epam presentation
Lula21
 
Sales prospect pitch
Sales prospect pitchSales prospect pitch
Sales prospect pitch
Jan Bendtsen
 
Understand the What, Why & How of Digital Transformation Featuring 451 Research
Understand the What, Why & How of Digital Transformation Featuring 451 ResearchUnderstand the What, Why & How of Digital Transformation Featuring 451 Research
Understand the What, Why & How of Digital Transformation Featuring 451 Research
VMware Tanzu
 
EPAM Systems interview questions and answers
EPAM Systems interview questions and answersEPAM Systems interview questions and answers
EPAM Systems interview questions and answers
nahhan45
 

Destacado (20)

Candyland
CandylandCandyland
Candyland
 
Matt Candy - Reinventing Experiences for Growth - Digital Cream London 26 Mar...
Matt Candy - Reinventing Experiences for Growth - Digital Cream London 26 Mar...Matt Candy - Reinventing Experiences for Growth - Digital Cream London 26 Mar...
Matt Candy - Reinventing Experiences for Growth - Digital Cream London 26 Mar...
 
Mind + Machines 2015: Digital Transformation in Internet of Things Era
Mind + Machines 2015: Digital Transformation in Internet of Things EraMind + Machines 2015: Digital Transformation in Internet of Things Era
Mind + Machines 2015: Digital Transformation in Internet of Things Era
 
In Pursuit of Complete Visibility within Cloud Foundry (Cloud Foundry Summit ...
In Pursuit of Complete Visibility within Cloud Foundry (Cloud Foundry Summit ...In Pursuit of Complete Visibility within Cloud Foundry (Cloud Foundry Summit ...
In Pursuit of Complete Visibility within Cloud Foundry (Cloud Foundry Summit ...
 
Pitch for a digital transformation
Pitch for a digital transformationPitch for a digital transformation
Pitch for a digital transformation
 
Digital or Death? Executive Digital Transformation Briefing 7.23.15
Digital or Death? Executive Digital Transformation Briefing 7.23.15Digital or Death? Executive Digital Transformation Briefing 7.23.15
Digital or Death? Executive Digital Transformation Briefing 7.23.15
 
EPAM Bell Build vs. Buy
EPAM Bell Build vs. BuyEPAM Bell Build vs. Buy
EPAM Bell Build vs. Buy
 
Digital transformation, presentation at We Are Museums June 5 2014
Digital transformation, presentation at We Are Museums June 5 2014Digital transformation, presentation at We Are Museums June 5 2014
Digital transformation, presentation at We Are Museums June 5 2014
 
Epam presentation
Epam presentationEpam presentation
Epam presentation
 
Sales prospect pitch
Sales prospect pitchSales prospect pitch
Sales prospect pitch
 
Atos - Trusted Partner for your Digital Journey
Atos - Trusted Partner for your Digital Journey Atos - Trusted Partner for your Digital Journey
Atos - Trusted Partner for your Digital Journey
 
Graduate Presentation 08
Graduate Presentation 08Graduate Presentation 08
Graduate Presentation 08
 
Accenture Oracle Business Group: Helping You Become a High Velocity Enterprise
Accenture Oracle Business Group: Helping You Become a High Velocity EnterpriseAccenture Oracle Business Group: Helping You Become a High Velocity Enterprise
Accenture Oracle Business Group: Helping You Become a High Velocity Enterprise
 
Turkish Airlines Digital Agency Pitch 2009
Turkish Airlines Digital Agency Pitch 2009Turkish Airlines Digital Agency Pitch 2009
Turkish Airlines Digital Agency Pitch 2009
 
THY CASE
THY CASETHY CASE
THY CASE
 
Accenture digital transformation - re-imagine from the outside-in
Accenture   digital transformation - re-imagine from the outside-inAccenture   digital transformation - re-imagine from the outside-in
Accenture digital transformation - re-imagine from the outside-in
 
How to Create a Sales Pitch Deck that Gets the Job Done
How to Create a Sales Pitch Deck that Gets the Job DoneHow to Create a Sales Pitch Deck that Gets the Job Done
How to Create a Sales Pitch Deck that Gets the Job Done
 
Understand the What, Why & How of Digital Transformation Featuring 451 Research
Understand the What, Why & How of Digital Transformation Featuring 451 ResearchUnderstand the What, Why & How of Digital Transformation Featuring 451 Research
Understand the What, Why & How of Digital Transformation Featuring 451 Research
 
Digital transformation masterclass june 2016
Digital transformation masterclass june 2016Digital transformation masterclass june 2016
Digital transformation masterclass june 2016
 
EPAM Systems interview questions and answers
EPAM Systems interview questions and answersEPAM Systems interview questions and answers
EPAM Systems interview questions and answers
 

Similar a Build your own heroku with cloud foundry

Automated Lifecycle Management - CloudFoundry on OpenStack
Automated Lifecycle Management - CloudFoundry on OpenStackAutomated Lifecycle Management - CloudFoundry on OpenStack
Automated Lifecycle Management - CloudFoundry on OpenStack
Animesh Singh
 
Cloud Foundry, the Open Platform as a Service - Oscon - July 2012
Cloud Foundry, the Open Platform as a Service - Oscon - July 2012Cloud Foundry, the Open Platform as a Service - Oscon - July 2012
Cloud Foundry, the Open Platform as a Service - Oscon - July 2012
Patrick Chanezon
 
"Portrait of the developer as The Artist" Lockheed Architect Workshop
"Portrait of the developer as The Artist" Lockheed Architect Workshop"Portrait of the developer as The Artist" Lockheed Architect Workshop
"Portrait of the developer as The Artist" Lockheed Architect Workshop
Patrick Chanezon
 
Cloud computing reference architecture from nist and ibm
Cloud computing reference architecture from nist and ibmCloud computing reference architecture from nist and ibm
Cloud computing reference architecture from nist and ibm
Richard Kuo
 

Similar a Build your own heroku with cloud foundry (20)

considering the cloud? From IaaS to SaaS and Beyond - Find Your Path to the C...
considering the cloud? From IaaS to SaaS and Beyond - Find Your Path to the C...considering the cloud? From IaaS to SaaS and Beyond - Find Your Path to the C...
considering the cloud? From IaaS to SaaS and Beyond - Find Your Path to the C...
 
Boston Cloud Foundry Meetup 5-22-14
Boston Cloud Foundry Meetup 5-22-14Boston Cloud Foundry Meetup 5-22-14
Boston Cloud Foundry Meetup 5-22-14
 
Cloud Foundry Overview
Cloud Foundry OverviewCloud Foundry Overview
Cloud Foundry Overview
 
Cloud Foundry May 1 2014
Cloud Foundry May 1 2014Cloud Foundry May 1 2014
Cloud Foundry May 1 2014
 
Automated Lifecycle Management - CloudFoundry on OpenStack
Automated Lifecycle Management - CloudFoundry on OpenStackAutomated Lifecycle Management - CloudFoundry on OpenStack
Automated Lifecycle Management - CloudFoundry on OpenStack
 
Solid: an introduction
Solid: an introduction Solid: an introduction
Solid: an introduction
 
Solving Business Challenges with OpenStack
Solving Business Challenges with OpenStackSolving Business Challenges with OpenStack
Solving Business Challenges with OpenStack
 
Cloud Camp Chicago Dec 2012 Slides
Cloud Camp Chicago Dec 2012 SlidesCloud Camp Chicago Dec 2012 Slides
Cloud Camp Chicago Dec 2012 Slides
 
Cloud Camp Chicago Dec 2012 - All presentations
Cloud Camp Chicago Dec 2012 - All presentationsCloud Camp Chicago Dec 2012 - All presentations
Cloud Camp Chicago Dec 2012 - All presentations
 
Cloud foundry
Cloud foundryCloud foundry
Cloud foundry
 
OpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont'sOpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont's
 
The Cloud and Microsoft Windows Azure - A Walk through the clouds
The Cloud and Microsoft Windows Azure - A Walk through the cloudsThe Cloud and Microsoft Windows Azure - A Walk through the clouds
The Cloud and Microsoft Windows Azure - A Walk through the clouds
 
Cloud foundry and openstackcloud
Cloud foundry and openstackcloudCloud foundry and openstackcloud
Cloud foundry and openstackcloud
 
Cloud Foundry, the Open Platform as a Service - Oscon - July 2012
Cloud Foundry, the Open Platform as a Service - Oscon - July 2012Cloud Foundry, the Open Platform as a Service - Oscon - July 2012
Cloud Foundry, the Open Platform as a Service - Oscon - July 2012
 
Gain Startup Speed with DevOps PaaS
Gain Startup Speed with DevOps PaaSGain Startup Speed with DevOps PaaS
Gain Startup Speed with DevOps PaaS
 
Gaining Startup Speed with DevOps PaaS
Gaining Startup Speed with DevOps PaaSGaining Startup Speed with DevOps PaaS
Gaining Startup Speed with DevOps PaaS
 
"Portrait of the developer as The Artist" Lockheed Architect Workshop
"Portrait of the developer as The Artist" Lockheed Architect Workshop"Portrait of the developer as The Artist" Lockheed Architect Workshop
"Portrait of the developer as The Artist" Lockheed Architect Workshop
 
Cloud and agile software projects: Overview and Benefits
Cloud and agile software projects: Overview and BenefitsCloud and agile software projects: Overview and Benefits
Cloud and agile software projects: Overview and Benefits
 
Cloud computing reference architecture from nist and ibm
Cloud computing reference architecture from nist and ibmCloud computing reference architecture from nist and ibm
Cloud computing reference architecture from nist and ibm
 
What is A Cloud Stack in 2017
What is A Cloud Stack in 2017What is A Cloud Stack in 2017
What is A Cloud Stack in 2017
 

Build your own heroku with cloud foundry

  • 1. BUILD OWN HEROKU WITH CLOUD FOUNDRY Dr Nic Williams Stark & Wayne LLC @drnic
  • 2. Everyone deserves nice things YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 3. Cloud Foundry on AWS/OpenStack no one haD • via BOSH done this • scaling up from a single VM before • & without lots of documentation YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 4. mailing list “20 questions” tiring Helping others documentation was getting long • • instead - automated tools YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 5. 2 tools, 6 commands Super tools! • bosh-bootstrap • bosh-cloudfoundry YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 6. gem  install  net-­‐ssh  -­‐v  2.2.2 gem  install  bosh-­‐bootstrap bosh-­‐bootstrap  deploy bosh-­‐bootstrap  ssh bosh  cf  prepare  system  demo < 3hrs bosh  cf  deploy full walkthrough https://github.com/StarkAndWayne/bosh-­‐cloudfoundry#readme YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 7. What we will deploy = 30c/hr m1.small m1.medium m1.medium inception bosh core cloud foundry YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 8. What we will deploy m1.small m1.medium m1.medium redis postgresql inception bosh core cloud foundry YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 9. What we will deploy dea m1.small m1.medium m1.medium redis postgresql inception bosh core cloud foundry YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 10. Great looking slides, but... WHO AM I?
  • 11. First saw Heroku at a Ruby meetup in Sydney 2008 in a pub Dr Nic • Worked at Engine Yard for 2 yrs • Consulting to multinational running Cloud Foundry YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 12. Help you setup, integrate & run your own Cloud Foundry stark & • Builds tools & extensions for Cloud wayne Foundry • Only company with two fictional founders YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 13. WHAT IS HEROKU? 3 minute introduction to Platform-as-a-Service (PaaS)
  • 14. what is platform as a Service? 1. Helps you run your apps 2. Routes web traffic YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 15. http://myapp.com/path/to/something thin  -­‐p  10000 postgres  -­‐p  5436   YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 16. http://myapp.com/path/to/something router thin  -­‐p  10000 postgres  -­‐p  5436   YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 17. 1 infrastructure • 1 router mode • 1 port per dyno heroku is • 1 size of dyno omakase • 1 way to deploy* • 1 human support option • 1 supported database • 1 operating system YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 18. Own infrastructure • Components can be forked/replaced • Create own omakase distro cloud foundry • Run as public $$$ service open source • Port to other OS (e.g. ironfoundry) • One main contributor - Pivotal Initiative • You are very welcome to join us! YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 19. Everyone deserves nice things YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 20. DEPLOY TIME Let’s boot this thing up YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 21. gem  install  net-­‐ssh  -­‐v  2.2.2 gem  install  bosh-­‐bootstrap bosh-­‐bootstrap  deploy bosh-­‐bootstrap  ssh bosh  cf  prepare  system  demo < 3hrs bosh  cf  deploy full walkthrough https://github.com/StarkAndWayne/bosh-­‐cloudfoundry#readme YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 22. 30mins gem  install  net-­‐ssh  -­‐v  2.2.2 gem  install  bosh-­‐bootstrap bosh-­‐bootstrap  deploy bosh-­‐bootstrap  ssh bosh  cf  prepare  system  demo bosh  cf  deploy full walkthrough https://github.com/StarkAndWayne/bosh-­‐cloudfoundry#readme YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 23. YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 24. YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 25. gem  install  net-­‐ssh  -­‐v  2.2.2 gem  install  bosh-­‐bootstrap bosh-­‐bootstrap  deploy 2 hr bosh-­‐bootstrap  ssh bosh  cf  prepare  system  demo bosh  cf  deploy full walkthrough https://github.com/StarkAndWayne/bosh-­‐cloudfoundry#readme YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 26. YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 27. SCALING You own Cloud Foundry, so what’s next? YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 28. bosh  cf  change  deas  3 bosh  cf  deploy bosh  cf  add  service  postgresql bosh  cf  add  service  redis bosh  cf  deploy full walkthrough https://github.com/StarkAndWayne/bosh-­‐cloudfoundry#readme YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 29. DEBUGGING Looking around when something breaks YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 30. YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 31. CAREER? What could happen if you learn this thing? YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 32. want a http://bit.ly/cfbosh_workshop workshop? YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012
  • 33. Everyone deserves nice things http://bit.ly/cfbosh_workshop https://github.com/StarkAndWayne/bosh-­‐cloudfoundry#readme YOUR COMPANY NAME | LONG AND INTERESTING PRESENTATION TITLE | VERSION NO. XX | 06 /02/2012