https://github.com/eitansuez/pcf-gcp
https://github.com/eitansuez/pcf-gcp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eitansuez/pcf-gcp
- Owner: eitansuez
- Created: 2017-02-07T02:19:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T13:44:52.000Z (over 8 years ago)
- Last Synced: 2025-02-26T01:27:01.481Z (over 1 year ago)
- Language: Shell
- Size: 3.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
This repository relates to the development of course materials for the PCF Administrator course using the Google Cloud Platform. It is a work in progress at the moment. Most of the lab instructions have yet to be reviewed and revised for GCP.
To generate the course content as html:
----
gradle asciidoctor
----
The course will be written to `build/html5`
After reviewing and modifying the `manifest.yml` file, you can publish the course to PCF with the following command:
----
cd build/html5
cf push
----
A version of this course is published to https://pcfadmin-gcp.cfapps.io/[this url^].
Thanks.
/ Eitan