Anderen2 / starter-guides

OpenShift Starter Workshop Guides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developing Java applications on OpenShift - Starter Guides

Workshop content designed to be used by the Workshopper tool.

Using this content

Either use the content directly by pointing at this repository

https://raw.githubusercontent.com/openshift-labs/starter-guides/ocp-3.11/

## Create a full workshop

You can follow this instructions to create a full workshop site:

$ oc new-project guides
$ oc apply -f https://raw.githubusercontent.com/openshift-labs/java-starter-guides/ocp-3.11/guides-template.yaml
$ oc new-app guide \
             -p CONSOLE_ADDRESS="https://master.osevg.openshiftworkshop.com"
             -p ROUTER_ADDRESS="apps.osevg.openshiftworkshop.com"

NOTE: You will need the following ENV values:

  • CONSOLE_ADDRESS: Address to the master server's console
  • ROUTER_ADDRESS: Wildcard DNS used for deployed apps

Run Guides Locally

$ git clone https://github.com/openshift-labs/starter-labs.git
$ cd starter-labs

$ docker run -it --rm -p 8080:8080 -v $(pwd):/app-data \
              -e CONTENT_URL_PREFIX="file:///app-data" \
              -e LOG_TO_STDOUT=true \
              -e WORKSHOPS_URLS="file:///app-data/_workshops/java-starter-guides.yml" \
              quay.io/osevg/workshopper:latest 

About

OpenShift Starter Workshop Guides

License:Apache License 2.0


Languages

Language:Shell 49.4%Language:Dockerfile 48.7%Language:Makefile 1.9%