This file provides additional information relevant to cloud foundry service providers.
- Zend Server 8.5 Enterprise edition
- Zend Server 8.5 configuration files
- PHP 5.6
- Apache web server
You can optionally install the buildpack in yout local Cloud Foundry environment if you want it to be available as a system buildpack. This enables buildpack "auto detection" and adds it to the menu of buildpacks presented by the cf utility. If you do not wish to install, skip this stage and go directly to the usage section.
- Working Cloud Foundry v2 environment with dea_ng and gorouter
- The lucid64 Cloud Foundry stack should be installed and enabled - check settings in /vagrant/dea_ng/config/dea.yml
The buildpack was tested against a system generated by the vagrant installer: http://blog.cloudfoundry.com/2013/06/27/installing-cloud-foundry-on-vagrant/ .
Clone the git repo into the buildpack directory on your dea_ng node using the command:
git clone https://github.com/zendtech/zend-server-php-buildpack-bluemix
Alternatively you can clone the repo into a Web server in your environment and specify the buildpack to the cf client.
i.e. cf push -s cflinuxfs2 --buildpack=http://url-to-cloned-repo
The following resources will help you understand Cloud Foundry concepts and workflows:
- For more info on getting started with Cloud Foundry: http://docs.cloudfoundry.com/docs/dotcom/getting-started.html
- How to add a service in Cloud Foundry: http://docs.cloudfoundry.com/docs/dotcom/adding-a-service.html
- How to design apps for the cloud: http://docs.cloudfoundry.com/docs/using/app-arch/index.html
- Cloud Foundry documentation: http://docs.cloudfoundry.com/