This is a simple quickstart for Zend App 1.x 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
The quickstart code is licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.html