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

Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 

Dernier (20)

Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 

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