Note
This content was auto-generated from a git template.
Update its contents accordingly.
This repository contains a collection of labs runnable in the Developer Sandbox, a free to use OpenShift environment, where users can follow guided instructions to fully cover the material in a fully remote development platform.
The following article in Red Hat Developers guides readers on how to get started to enjoy the learning material in the Developer Sandbox.
-
https://developers.redhat.com/pending-to-update-url
Note
When creating a new category it is most recommended to author an article in Red Hat Developers to promote the new collection.
The table below collects the labs currently available in this repository and the articles in Red Hat Developers they're based on.
To run the lab you're interested in, follow the links from the table below:
Lab Name | Preview in GitHub | Article |
---|---|---|
Camel X - Lab1 | preview | https://developers.redhat.com/pending-to-update-url |
Camel X - Lab2 | preview | https://developers.redhat.com/pending-to-update-url |
Note
Individual Labs (exercises) in this repository may be supported by their own article in Red Hat Developers. Update the table above accordingly. If an exercise has no associated article, simply leave emtpy or mark it asdoes not have article
.
To include new labs to the collection, include the source code under a new folder and the documentation guide under docs/labs
in a new folder.
You can test your guide instructions by locally running the Solution Explorer in a Docker instance using the following command:
docker run --rm -it --name solex -p 5001:5001 \
-v $PWD/docs/labs:/opt/user-walkthroughs \
-e NODE_ENV=production \
-e THREESCALE_WILDCARD_DOMAIN=local.localdomain \
-e OPENSHIFT_VERSION=4 \
-e WALKTHROUGH_LOCATIONS=/opt/user-walkthroughs quay.io/redhatintegration/tutorial-web-app:latest
This collection of tutorials may already be included in a parent catalogue. Refer to the catalogue's instructions on how to deploy it in the Developer Sandbox.
Note
To make this learning content runnable in the Developer Sandbox you need to include this chapter (category) in a catalogue (parent repository).