Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.74 KB

localinstallation.md

File metadata and controls

32 lines (24 loc) · 1.74 KB

Overview

This file provides additional information relevant to cloud foundry service providers.

Buildpack Components

  • Zend Server 8.5 Enterprise edition
  • Zend Server 8.5 configuration files
  • PHP 5.6
  • Apache web server

Local Installation

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.

Requirements

  • 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/ .

Instructions

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

Additional Resources

The following resources will help you understand Cloud Foundry concepts and workflows: