https://github.com/code-star/brownbag-pcf
https://github.com/code-star/brownbag-pcf
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-star/brownbag-pcf
- Owner: code-star
- Created: 2019-07-12T12:04:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T12:07:02.000Z (over 6 years ago)
- Last Synced: 2025-03-12T01:32:56.378Z (11 months ago)
- Language: JavaScript
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pcf-intro
An introduction to Pivotal CloudFoundry
## Resources used when creating the presentation
* https://docs.pivotal.io/pivotalcf/2-6/concepts/overview.html
* https://docs.cloudfoundry.org/
* https://bosh.io/docs/
## Show the presentation
Start the presentation by running the `show` command in the slides folder.
Then navigate to `localhost:8000`. Use `show [port]` to start the presentation
on a different port.
Pressing `s` will open a separate window with the speaker notes.
## Used to demo
* https://console.run.pivotal.io/
Helloworld application taken from Pluralsight Cloud Foundry for Developers
(cloud-foundry-developers/1-cloud-foundry-developers-m1-exercise-files/before/helloworld)
Make sure to change the application name in the manifest.yml to a unique name before
pushing to run.pivotal.io
Command line:
* Perform a `cf login`
* Go to helloworld folder
* Perform a `cf push`
* Show application in web console
* Show scaling via web
* Show services marketplace and where to bind app to services
* Show application status via commandline (cf apps)