Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 3.41 KB

README.md

File metadata and controls

61 lines (50 loc) · 3.41 KB

Pivotal Cloud Foundry Developers Workshop

This workshop will focus on the Pivotal Cloud Foundry Developer persona. We will review details about how to push an application, scaling, services, logging and metrics.

Goals of Workshop

  • Focus on application code
  • Easy and quick deployment; no lengthy exchanges with ops
  • Greater control over deployment
  • Quick and timely updates to production
  • Creating applications that are optimized for the cloud

Outcomes of Workshop

  • Comfort with cf command line tools and deploying to pcf
  • Increased familiarity with operations and the platform
  • Ability to configure and provision services
  • Understanding of using PCF for logging and metrics

Agenda

This is a loose schedule for the day. We will adjust as necessary based on our pace through the material.

The lectures for this workshop are generally light and are only intended to set the stage for the hands-on labs. The overwhelming majority of our time will be spent engaging with the technology directly!

Labs

Getting Started

Pre-requisites

Start by downloading and installing the appropriate prerequisite tools.

Download Materials

Next, download the course materials. This can be accomplished either through the GitHub website by downloading a repository zip and unzipping locally, or if you have Git installed, use the following commands:

$ git clone https://github.com/phopper-pivotal/PCF-Dev-Workshop-Shelter.git
$ cd PCF-Dev-Workshop-Shelter/

PCF Environments

Finally, in order to perform the labs, you must be connected or logged into a live PCF environment. Initially you were asked to create a Pivotal Web Services (PWS) account for use in labs and afterwards. Two other environments have also been made available for use. Please see the Pivotal Cloud Foundry Environment document for details. You should have been assigned a student number and PCF instance at registration. Otherwise the instructors will provide that information for your use.

Instructors