Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.29 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.29 KB

ARO Workshop Content

ARO Workshop

This repository hosts the Cloud Services Black Belt self paced workshop for Azure Red Hat Openshift (ARO) which is hosted at ws.mobb.cloud.

Contribution

Contributions should follow the standard GitHub Pull Request workflow and should follow the MkDocs Markdown formatting. The menu is found in mkdocs.yml which determines the Menus and flow of the workshop.

Hosting your own Workshop

Note: You need to have python and virtualenv on your system, and be logged into an OpenShift cluster in order to proceed.

  1. Clone the repo

    git clone https://github.com/rh-mobb/aro-workshop-content
    cd aro-workshop-content
  2. Run make preview to create a local preview of the workshop content

    make preview
  3. Modify the repo to suit your environment

    For example you can remove the acs sections in mkdocs.yml to remove the ACS content.

  4. Update the extra section in mkdocs.yml

    These values will be injected into the workshop content where appropriate to ensure the workshop matches your environment.

  5. Deploy the workshop to an OpenShift cluster

    make deploy
  6. remove the workshop from the OpenShift cluster

    make destroy