Skip to Content
Learn OpenShift
book

Learn OpenShift

by Denis Zuev, Artemii Kropachev, Aleksey Usov
July 2018
Intermediate to advanced
504 pages
11h 34m
English
Packt Publishing
Content preview from Learn OpenShift

Building a WordPress application

First, we want to place the application into a separate namespace:

$ oc new-project wpNow using project "wp" on server "https://openshift.example.com:8443".

First, since it is a new template for us, we want to gather some information regarding available parameters. As was previously described, oc process --parameters can be helpful:

$ oc process --parameters -f  wordpress-quickstart/templates/classic-standalone.jsonNAME DESCRIPTION GENERATOR VALUEAPPLICATION_NAME The name of the WordPress instance.QUICKSTART_REPOSITORY_URL The URL of the quickstart Git repository. https://github.com/openshift-evangelists/wordpress-quickstartWORDPRESS_DEPLOYMENT_STRATEGY Type of the deployment strategy for Wordpress. Recreate ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Operating OpenShift

Operating OpenShift

Rick Rackow, Manuel Dewald
OpenShift for Developers, 2nd Edition

OpenShift for Developers, 2nd Edition

Joshua Wood, Brian Tannous
Kubernetes: Up and Running, 2nd Edition

Kubernetes: Up and Running, 2nd Edition

Brendan Burns, Joe Beda, Kelsey Hightower

Publisher Resources

ISBN: 9781788992329Supplemental Content