Skip to content

CloudCredo/training-cf-zero-to-hero

Repository files navigation

Training materials for Cloud Foundry for Beginners: from Zero to Hero

http://slides.cf-hero.cloudcredo.io

Summary

Join us for a hands-on training workshop to learn about deploying and managing applications on Cloud Foundry. We will give an overview of Cloud Foundry and how it works, including specifics relating to services, buildpacks, and architecture. We will also look at how to effectively work with Cloud Foundry in your organisation.

This training is targeted at people with little or no Cloud Foundry experience but some experience delivering web-based applications. If you're curious to learn how Cloud Foundry can help you focus on development and innovation, rather than infrastructure plumbing, this is the right course for you.

System Requirements

  • Linux, Windows or OS X (all 64bit)
  • 1GB of FREE RAM
  • USB port for mounting the USB drive with course material
  • code editor of choice
  • git client installed with Command Prompt / Terminal support

Slides shortcuts

  • Up, Down, Left, Right: Navigation
  • f: Full-screen
  • s: Show slide notes
  • o: Toggle overview
  • . (Period or b: Turn screen black)
  • Esc: Escape from full-screen, or toggle overview

Running slides locally

Once node.js is installed, from your terminal, install reveal-md globally: npm install -g reveal-md

From the training dir - cf-zero-to-hero - run reveal-md 01-what-is-cf/slides.md to view the slides for the first topic. To view the slides for the second topic, run reveal-md 02-interact-with-cf/slides.md. Same for all other topics.