Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
/ openshift-php Public archive

Build Apache httpd-2.4 and PHP-5.6 on RedHat Openshift

Notifications You must be signed in to change notification settings

m6w6/openshift-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openshift PHP

Build and setup Apache-2.4 and PHP-5.6 on RedHat's Openshift PaaS

How to start:

As submodule

$ git submodule add git://github.com/m6w6/openshift-php.git .openshift

As merged subtree

$ git remote add openshift-php https://github.com/m6w6/openshift-php.git
$ git checkout -b openshift-php openshift-php/master
$ git checkout master
$ git read-tree --prefix=.openshift/ -u openshift-php

Updating a merged subtree

$ git checkout openshift-php
$ git pull
$ git checkout master
$ git merge -s recursive -X subtree=.openshift openshift-php

About

Build Apache httpd-2.4 and PHP-5.6 on RedHat Openshift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published