Files
talks/2023-08-31-openshift-rails-workshop/instructions.org

26 lines
643 B
Org Mode

#+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