Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 832 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 832 Bytes

Build Status

aws-demo-zf-apigility-phinx

This demo use ZF Apiligity with Phinx Database migration and deployed with AWS CodeDeploy.

Tutorial

Visit our Tutorial Deploy with AWS - Part 1 : CodeDeploy to create the AWS infrastructure, configure continuousphp and AWS CodeDeploy to create your development pipeline.

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=