Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 438 Bytes

File metadata and controls

14 lines (10 loc) · 438 Bytes

README.md

This repo was created to build the container to host https://www.linuxrevolution.com

Run in OpenShift

$ oc new-app php:7.3~https://github.com/cloudxabide/www_linuxrevolution_com/

# Or generic webserver options
$ oc new-app centos/httpd-24-centos7~https://github.com/cloudxabide/www_linuxrevolution_com/
$ oc new-app httpd~https://github.com/cloudxabide/www_linuxrevolution_com/

Update the Copyleft year to 2021