Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 756 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 756 Bytes

Zend Quickstart for OpenShift Express

This is a simple quickstart for Zend App 1.x on OpenShift Express.

Running on OpenShift Express

rhc-create-app -a zendhello -t php-5.3

cd zendhello
git remote add upstream -m master [email protected]:vinu/zend-quickstart-openshift.git
git pull -s recursive -X theirs upstream master

Copy the Zend framework to libs/library

cd libs/library
git add .
git commit -a -m 'Zend framework added'
git push

License

The quickstart code is licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.html