To provision the workshop on OCP just execute the following:
oc new-app samueltauil/workshopper -e CONTENT_URL_PREFIX="https://raw.githubusercontent.com/i63/openshiftv3-workshop/master" -e WORKSHOPS_URLS="https://raw.githubusercontent.com/i63/openshiftv3-workshop/master/_module_groups.yml"
- Lab 0. Setting up client tools
- Lab 1. Creating an application from an existing Docker Image using CLI
- Lab 2. Create an application using Docker Build Strategy using CLI
- Lab 3. Using Web Console
- Lab 4. Creating an application using JBoss EAP builder image
- Lab 5. Creating an application with frontend and backend database using templates
- Lab 6. Scale Up Scale Down and Idle the application instances
- Lab 7. Binary deployment of a war file
- Lab 8. Using SSL In your Application
- Lab 9. Blue-Green Deployments
- Lab 10. SCM - Web Hooks
- Lab 11. Rollback Applications
- Lab 12. Code Promotion Across Environments
- Lab 13. Using JBoss Development Studio
- Lab 14. Deploy Spring Boot Application
- Lab 15. Adding Spring Boot to Project Catalog
- Lab 16. Adding Database to your SpringBoot App
- Lab 17. Dynamic Configuration updates using ConfigMap
- Lab 18. Changing code on the fly