Skip to content

vinu/zend-quickstart-openshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Quick start for Zend apps on Openshift Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published