Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 950 Bytes

labaccess.adoc

File metadata and controls

33 lines (22 loc) · 950 Bytes

PCF Environment Access

Account set up

  1. If you do not have an account yet, please see the instructor

Target the Environment

  1. If you haven’t already, download the latest release of the Cloud Foundry CLI from https://github.com/cloudfoundry/cli/releases for your operating system and install it.

  2. Set the API target for the CLI: (set appropriate end point for your environment)

    $ cf api https://api.cfpoc2.internal.t-mobile.com --skip-ssl-validation
  3. Login to Pivotal Cloudfoundry:

    $ cf login

    Follow the prompts

Apps Manager UI

  1. An alternative to installing the CF CLI is via your PCF Apps Manager interface.

  2. Navigate in a web browser to https://apps.cfpoc2.internal.t-mobile.com

  3. Login to the interface with your email and workshop password. Note the pasword will be supplied by the instructor on the day of delivery.

  4. Click the 'Tools' link, and download the CLI matching your operating system