July 2018
Intermediate to advanced
504 pages
11h 34m
English
WordPress is a free and open-source Content Management System (CMS) based on PHP and MySQL. We want to demonstrate the Source-to-Image (S2I) build process for WordPress using templates prepared at https://github.com/openshift-evangelists/wordpress-quickstart. This repository contains ready-to-use templates for deploying WordPress on an OpenShift cluster. There are two example templates available in the repository. Let's clone the repository first:
$ git clone https://github.com/openshift-evangelists/wordpress-quickstart.gitCloning into 'wordpress-quickstart'...remote: Counting objects: 331, done.remote: Total 331 (delta 0), reused 0 (delta 0), pack-reused 331Receiving objects: 100% (331/331), 1.07 MiB | 1.96 MiB/s, done. ...