This is the example code than accompanies Getting Started with OpenShift by Katie Miller and Steven Pousty (9781491900475).
Click the Download Zip button to the right to download example code.
Visit the catalog page here.
See an error? Report it here, or simply fork and send us a pull request.
This repository contains the commits mentioned throughout the book. These are all tagged. To view the code repository at a particular stage of the app's progress, you can check out the corresponding tag for that point in the book. For example:
git checkout Chapter2
To go back to the head of the repository, use git checkout master
.
You can list all tags with the command git tag --list
.
Alternatively, you can download a Zip file containing the code for each stage of the app from the releases page.