Skip to content

Latest commit

 

History

History
executable file
·
53 lines (38 loc) · 1.25 KB

File metadata and controls

executable file
·
53 lines (38 loc) · 1.25 KB

Lab 0 - Accessing the Workshop Environment

CF CLI Target and Login

  1. Download the latest release of the Cloud Foundry CLI from https://github.com/cloudfoundry/cli/releases for your operating system and install it.

  2. From a command prompt, set the API target for the CLI: (set appropriate end point for your environment)

    > cf api https://api.run.haas-76.pez.pivotal.io --skip-ssl-validation
  3. Login to Pivotal Cloud Foundry (use information from your instructor to log on to Pivotal Cloud Foundry):

    > cf login

    Follow the prompts, choosing the (student-X) username assigned to you by the instructor (password is keepitsimple).

    > cf login
    API endpoint: https://api.run.haas-76.pez.pivotal.io
    
    Email> student-1
    
    Password>
    Authenticating...
    OK
    
    Targeted org student-1
    
    Targeted space development
    
    
    
    API endpoint:   https://api.run.haas-76.pez.pivotal.io (API version: 2.54.0)
    User:           student-1
    Org:            student-1
    Space:          development

AppsManager Login

  1. Login to Apps Manager URL: https://apps.run.haas-76.pez.pivotal.io. Use the same username and password you entered when using the CF CLI

    lab student login
    lab student loggedin