Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 1.99 KB

03-hello.adoc

File metadata and controls

91 lines (67 loc) · 1.99 KB

Hello

Whoami: Jean-Marc MEESSEN

  • Customer Success Manager @ CloudBees

Whoami: Damien DUPORTAL

damien

CloudBees

<sales_pitch>

  • Software at the "Speed of Ideas", Hub of "Enterprise Jenkins and DevOps", providing:

    • Jenkins "Enterprise" Distribution

    • Services around Jenkins

  • Jenkins World 2017: THE Event for Everything Jenkins and DevOps

</sales_pitch>

Who are you ?

Prepare Lab Environment: Cloud VM Based

  • Allocate an instance for yourself:

    • Browse to this URL: TODO

    • Select a free instance and write your name next to it

  • Access your allocated instance:

Prepare Lab Environment: Local VM Based

  • Requires VirtualBox >= 5.1.22

  • Requires Vagrant >= 1.9.4

  • From a Terminal, download the VM (1 time, ~1Gb):

    vagrant box add {box-name} \
      {box-url}
  • From the same Terminal, initialize the VM project:

    mkdir {box-name}
    cd {box-name}
    vagrant init -m -f {box-name}

Let’s Get Started: Local VM Based

  • Start the VM from the {box-name} folder:

    $ ls
      Vagrantfile
    $ pwd
      .../{box-name}
    $ vagrant up
  • Access your instance homepage: