continuousdemo / clevercloud-demo-zf-apigility-phinx

Demo Deployment of an Zend Framework Apigility application on CleverCloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

#clevercloud-demo-zf-apigility-phinx

This demo use ZF Apiligity with Phinx Database migration and deploy it on Clever-Cloud.

#Tutorial

Visit our Tutorial Deploy on Clever-Cloud to configure continuousphp to create your development pipeline and deploy on Clever-Cloud.

Configure for local development:

create a build.local.properties file with:

dir.vendor=./vendor
phinx.bin=${dir.vendor}/bin/phinx

db.host=127.0.0.1
db.port=3306
db.name=skeleton
db.username=root
db.password=

About

Demo Deployment of an Zend Framework Apigility application on CleverCloud


Languages

Language:PHP 84.3%Language:HTML 13.0%Language:Gherkin 1.4%Language:ApacheConf 1.2%Language:Shell 0.1%