Start adding workshop instructions org.

This commit is contained in:
2023-08-27 17:27:58 +12:00
parent c877441d5d
commit b42c32475c
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
#+TITLE: OpenShift Ruby on Rails Workshop
#+AUTHOR: James Blair
#+DATE: <2023-08-27 Sun 17:15>
[[./images/header.jpg]]
Welcomme to the OpenShift Ruby on Rails Workshop!
The workshop provides ruby developers an introduction to OpenShift and containers, and how these can be used to build fully automated end-to-end continuos integration and deployment pipelines for Ruby on Rails applications.
* Agenda
- Introduction to containers & kubernetes
- Exploring openshift application platform
- Setting up our development environment
- Deploying a ruby application
- Creating a deployment pipeline
- Developing & deploying a new feature