This is an example php application, which can be deployed to APPUiO using the following commands
$ oc new-project example-php-dockerfile-helloworld
$ oc new-app https://github.com/appuio/example-php-docker-helloworld.git --strategy=docker --name=appuio-php-docker-ex
$ oc expose service appuio-php-docker-ex