SlideShare une entreprise Scribd logo
1  sur  33
Télécharger pour lire hors ligne
Cloud Foundry Bootcamp


       Josh Long                                                Eric Bottard
       Spring Developer Advocate                                Developer Advocate
       josh.long@springsource.com                               ebottard@vmware.com
       @starbuxman                                              @ebottard



                      © 2012 VMware, Inc. All rights reserved

mardi 16 octobre 12
Josh Long
 Spring Developer Advocate
  About Josh Long
 josh.long@springsource.com @starbuxman




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              2
mardi 16 octobre 12
Eric Bottard

   • Developer Advocate VMware
   •   @ebottard
   •   ebottard@vmware.com




mardi 16 octobre 12
What does
                      Cloud Foundry
                          offer?


                        @starbuxman @ebottard
                               CONFIDENTIAL


                                                4
mardi 16 octobre 12
Cloud Foundry: Choice of Runtimes




                      @starbuxman @ebottard
                             CONFIDENTIAL



mardi 16 octobre 12
Frameworks and Runtimes Supported
  • Out of the Box
      • Java (.WAR files, on Tomcat. Spring’s an ideal choice here, of course..)
      • Scala (Lift, Play!)
      • Ruby (Rails, Sinatra, etc.)
      • Node.js
  • Ecosystem Partners
      • .NET (Uhuru, Tier3)
      • Python (Stackato)
      • PHP (AppFog)
      • Haskell (1)
      • Erlang (2)

         1) http://www.cakesolutions.net/teamblogs/2011/11/25/haskell-happstack-on-cloudfoundry/
         2) https://github.com/cloudfoundry/vcap/pull/20

                                      @starbuxman @ebottard
                                               CONFIDENTIAL



mardi 16 octobre 12
Cloud Foundry: Choice of Clouds




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              7
mardi 16 octobre 12
Main Risk: Lock In            Welcome to the hotel california
                                Such a lovely place
                                Such a lovely face
                                Plenty of room at the hotel california
                                Any time of year, you can find it here


                                Last thing I remember, I was
                                Running for the door
                                I had to find the passage back
                                To the place I was before
                                ’relax,’ said the night man,
                                We are programmed to receive.
                                You can checkout any time you like,
                                But you can never leave!

                                                            -the Eagles

                      @starbuxman @ebottard
                             CONFIDENTIAL


                                                                          8
mardi 16 octobre 12
Open Source Advantage




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              9
mardi 16 octobre 12
Open Source Advantage




                      @starbuxman @ebottard
                             CONFIDENTIAL



mardi 16 octobre 12
Cloud Foundry.org




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              11
mardi 16 octobre 12
Cloud Foundry.org




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              12
mardi 16 octobre 12
Cloud Foundry: Clouds
                      § AppFog.com
                        • community lead for PHP
                        • PaaS for PHP


                      § Joyent
                        • community lead for Node.js



                      § ActiveState
                        • community lead for Python, Perl
                        • Providers of Stackato private PaaS




                              @starbuxman @ebottard
                                          CONFIDENTIAL


                                                               13
mardi 16 octobre 12
Micro Cloud Foundry (beta)




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              14
mardi 16 octobre 12
Cloud Foundry: Services




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              15
mardi 16 octobre 12
Cloud Foundry: Services
  § Take Advantage of Services
      • they cost nothing to setup
      • they deliver value


  § They Encourage Better Architectures
      • Need a fast read-write cache? Redis is ready to go!
      • Need to store long-tail documents? Give MongoDB a try
      • Need to decouple what applications do from when they do it?
        Use messaging and RabbitMQ




                               @starbuxman @ebottard
                                          CONFIDENTIAL


                                                                      16
mardi 16 octobre 12
Demo: logging in,
        asking questions, &
        deploying from the CLI




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              17
mardi 16 octobre 12
Accessing Your Services
  § Debugging and accessing the data locally
         • Caldecott --> Service tunneling. Access your Cloud Foundry service as if it was local.




                                   @starbuxman @ebottard
                                               CONFIDENTIAL


                                                                                                    18
mardi 16 octobre 12
Demo: Using the tunnel to talk to your services




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                                19
mardi 16 octobre 12
Demo: developing with Eclipse & STS




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              20
mardi 16 octobre 12
Getting started with
               Cloud Foundry...



                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              21
mardi 16 octobre 12
Register            http://cloudfoundry.com/signup




                                                       Use promo code

                                                       SpringOne2012




                              @starbuxman @ebottard
                                        CONFIDENTIAL


                                                                    22
mardi 16 octobre 12
Welcome email




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              23
mardi 16 octobre 12
Ways to use Cloud Foundry




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              24
mardi 16 octobre 12
Ways to use Cloud Foundry




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              24
mardi 16 octobre 12
Ways to use Cloud Foundry




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              24
mardi 16 octobre 12
Ways to use Cloud Foundry




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              24
mardi 16 octobre 12
Ways to use Cloud Foundry




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              24
mardi 16 octobre 12
Ways to use Cloud Foundry




                      @starbuxman @ebottard
                             CONFIDENTIAL


                                              24
mardi 16 octobre 12
Installing vmc on Windows




                      @starbuxman @ebottard
                             CONFIDENTIAL

                                              25
mardi 16 octobre 12
Installing vmc on Windows




                                            Install the vmc gem




                      @starbuxman @ebottard
                             CONFIDENTIAL

                                                                  25
mardi 16 octobre 12
Installing vmc on Mac OSX
   Use Ruby Version Manager http://beginrescueend.com/


  $ curl -L https://get.rvm.io | bash -s stable --ruby
  $ rvm install 1.9.2

  $ rvm use 1.9.2
                                      You need:
  $ gem install vmc
                                      Command Line Tools for OSX or
                                      XCode 4.1!!




                                   @starbuxman @ebottard
                                                 CONFIDENTIAL


                                                                      26
mardi 16 octobre 12
Josh Long | josh.long@springsource.com
                          Eric Bottard | ebottard@vmware.com




                                     Questions?
                      CloudFoundry.com signup promo code: SpringOne2012
                                 @starbuxman @ebottard
                                         CONFIDENTIAL



mardi 16 octobre 12

Contenu connexe

Similaire à CloudFoundry Bootcamp springone2gx

Cloud Foundry Bootcamp
Cloud Foundry BootcampCloud Foundry Bootcamp
Cloud Foundry BootcampAlvaro Videla
 
GitHub Notable OSS Project
GitHub  Notable OSS ProjectGitHub  Notable OSS Project
GitHub Notable OSS Projectroumia
 
BETA: "Cloud Developers DHARMA: Redefining 'done' for Cloud applications"
BETA: "Cloud Developers DHARMA: Redefining 'done' for Cloud applications"BETA: "Cloud Developers DHARMA: Redefining 'done' for Cloud applications"
BETA: "Cloud Developers DHARMA: Redefining 'done' for Cloud applications"Daniel Bryant
 
Architecting large Node.js applications
Architecting large Node.js applicationsArchitecting large Node.js applications
Architecting large Node.js applicationsSergi Mansilla
 
Cloud Foundry Japan Community Meetup
Cloud Foundry Japan Community MeetupCloud Foundry Japan Community Meetup
Cloud Foundry Japan Community MeetupPatrick Chanezon
 
Japan Developer Summit (en) - Cloud Foundry, the Open Platform As A Service
Japan Developer Summit (en) - Cloud Foundry, the Open Platform As A ServiceJapan Developer Summit (en) - Cloud Foundry, the Open Platform As A Service
Japan Developer Summit (en) - Cloud Foundry, the Open Platform As A ServicePatrick Chanezon
 
Cloud Foundry, Spring and Vaadin
Cloud Foundry, Spring and VaadinCloud Foundry, Spring and Vaadin
Cloud Foundry, Spring and VaadinJoshua Long
 

Similaire à CloudFoundry Bootcamp springone2gx (7)

Cloud Foundry Bootcamp
Cloud Foundry BootcampCloud Foundry Bootcamp
Cloud Foundry Bootcamp
 
GitHub Notable OSS Project
GitHub  Notable OSS ProjectGitHub  Notable OSS Project
GitHub Notable OSS Project
 
BETA: "Cloud Developers DHARMA: Redefining 'done' for Cloud applications"
BETA: "Cloud Developers DHARMA: Redefining 'done' for Cloud applications"BETA: "Cloud Developers DHARMA: Redefining 'done' for Cloud applications"
BETA: "Cloud Developers DHARMA: Redefining 'done' for Cloud applications"
 
Architecting large Node.js applications
Architecting large Node.js applicationsArchitecting large Node.js applications
Architecting large Node.js applications
 
Cloud Foundry Japan Community Meetup
Cloud Foundry Japan Community MeetupCloud Foundry Japan Community Meetup
Cloud Foundry Japan Community Meetup
 
Japan Developer Summit (en) - Cloud Foundry, the Open Platform As A Service
Japan Developer Summit (en) - Cloud Foundry, the Open Platform As A ServiceJapan Developer Summit (en) - Cloud Foundry, the Open Platform As A Service
Japan Developer Summit (en) - Cloud Foundry, the Open Platform As A Service
 
Cloud Foundry, Spring and Vaadin
Cloud Foundry, Spring and VaadinCloud Foundry, Spring and Vaadin
Cloud Foundry, Spring and Vaadin
 

Dernier

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Dernier (20)

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

CloudFoundry Bootcamp springone2gx

  • 1. Cloud Foundry Bootcamp Josh Long Eric Bottard Spring Developer Advocate Developer Advocate josh.long@springsource.com ebottard@vmware.com @starbuxman @ebottard © 2012 VMware, Inc. All rights reserved mardi 16 octobre 12
  • 2. Josh Long Spring Developer Advocate About Josh Long josh.long@springsource.com @starbuxman @starbuxman @ebottard CONFIDENTIAL 2 mardi 16 octobre 12
  • 3. Eric Bottard • Developer Advocate VMware • @ebottard • ebottard@vmware.com mardi 16 octobre 12
  • 4. What does Cloud Foundry offer? @starbuxman @ebottard CONFIDENTIAL 4 mardi 16 octobre 12
  • 5. Cloud Foundry: Choice of Runtimes @starbuxman @ebottard CONFIDENTIAL mardi 16 octobre 12
  • 6. Frameworks and Runtimes Supported • Out of the Box • Java (.WAR files, on Tomcat. Spring’s an ideal choice here, of course..) • Scala (Lift, Play!) • Ruby (Rails, Sinatra, etc.) • Node.js • Ecosystem Partners • .NET (Uhuru, Tier3) • Python (Stackato) • PHP (AppFog) • Haskell (1) • Erlang (2) 1) http://www.cakesolutions.net/teamblogs/2011/11/25/haskell-happstack-on-cloudfoundry/ 2) https://github.com/cloudfoundry/vcap/pull/20 @starbuxman @ebottard CONFIDENTIAL mardi 16 octobre 12
  • 7. Cloud Foundry: Choice of Clouds @starbuxman @ebottard CONFIDENTIAL 7 mardi 16 octobre 12
  • 8. Main Risk: Lock In Welcome to the hotel california Such a lovely place Such a lovely face Plenty of room at the hotel california Any time of year, you can find it here Last thing I remember, I was Running for the door I had to find the passage back To the place I was before ’relax,’ said the night man, We are programmed to receive. You can checkout any time you like, But you can never leave! -the Eagles @starbuxman @ebottard CONFIDENTIAL 8 mardi 16 octobre 12
  • 9. Open Source Advantage @starbuxman @ebottard CONFIDENTIAL 9 mardi 16 octobre 12
  • 10. Open Source Advantage @starbuxman @ebottard CONFIDENTIAL mardi 16 octobre 12
  • 11. Cloud Foundry.org @starbuxman @ebottard CONFIDENTIAL 11 mardi 16 octobre 12
  • 12. Cloud Foundry.org @starbuxman @ebottard CONFIDENTIAL 12 mardi 16 octobre 12
  • 13. Cloud Foundry: Clouds § AppFog.com • community lead for PHP • PaaS for PHP § Joyent • community lead for Node.js § ActiveState • community lead for Python, Perl • Providers of Stackato private PaaS @starbuxman @ebottard CONFIDENTIAL 13 mardi 16 octobre 12
  • 14. Micro Cloud Foundry (beta) @starbuxman @ebottard CONFIDENTIAL 14 mardi 16 octobre 12
  • 15. Cloud Foundry: Services @starbuxman @ebottard CONFIDENTIAL 15 mardi 16 octobre 12
  • 16. Cloud Foundry: Services § Take Advantage of Services • they cost nothing to setup • they deliver value § They Encourage Better Architectures • Need a fast read-write cache? Redis is ready to go! • Need to store long-tail documents? Give MongoDB a try • Need to decouple what applications do from when they do it? Use messaging and RabbitMQ @starbuxman @ebottard CONFIDENTIAL 16 mardi 16 octobre 12
  • 17. Demo: logging in, asking questions, & deploying from the CLI @starbuxman @ebottard CONFIDENTIAL 17 mardi 16 octobre 12
  • 18. Accessing Your Services § Debugging and accessing the data locally • Caldecott --> Service tunneling. Access your Cloud Foundry service as if it was local. @starbuxman @ebottard CONFIDENTIAL 18 mardi 16 octobre 12
  • 19. Demo: Using the tunnel to talk to your services @starbuxman @ebottard CONFIDENTIAL 19 mardi 16 octobre 12
  • 20. Demo: developing with Eclipse & STS @starbuxman @ebottard CONFIDENTIAL 20 mardi 16 octobre 12
  • 21. Getting started with Cloud Foundry... @starbuxman @ebottard CONFIDENTIAL 21 mardi 16 octobre 12
  • 22. Register http://cloudfoundry.com/signup Use promo code SpringOne2012 @starbuxman @ebottard CONFIDENTIAL 22 mardi 16 octobre 12
  • 23. Welcome email @starbuxman @ebottard CONFIDENTIAL 23 mardi 16 octobre 12
  • 24. Ways to use Cloud Foundry @starbuxman @ebottard CONFIDENTIAL 24 mardi 16 octobre 12
  • 25. Ways to use Cloud Foundry @starbuxman @ebottard CONFIDENTIAL 24 mardi 16 octobre 12
  • 26. Ways to use Cloud Foundry @starbuxman @ebottard CONFIDENTIAL 24 mardi 16 octobre 12
  • 27. Ways to use Cloud Foundry @starbuxman @ebottard CONFIDENTIAL 24 mardi 16 octobre 12
  • 28. Ways to use Cloud Foundry @starbuxman @ebottard CONFIDENTIAL 24 mardi 16 octobre 12
  • 29. Ways to use Cloud Foundry @starbuxman @ebottard CONFIDENTIAL 24 mardi 16 octobre 12
  • 30. Installing vmc on Windows @starbuxman @ebottard CONFIDENTIAL 25 mardi 16 octobre 12
  • 31. Installing vmc on Windows Install the vmc gem @starbuxman @ebottard CONFIDENTIAL 25 mardi 16 octobre 12
  • 32. Installing vmc on Mac OSX Use Ruby Version Manager http://beginrescueend.com/ $ curl -L https://get.rvm.io | bash -s stable --ruby $ rvm install 1.9.2 $ rvm use 1.9.2 You need: $ gem install vmc Command Line Tools for OSX or XCode 4.1!! @starbuxman @ebottard CONFIDENTIAL 26 mardi 16 octobre 12
  • 33. Josh Long | josh.long@springsource.com Eric Bottard | ebottard@vmware.com Questions? CloudFoundry.com signup promo code: SpringOne2012 @starbuxman @ebottard CONFIDENTIAL mardi 16 octobre 12