#onpremise-demo-zf-apigility-phinx
This demo use ZF Apiligity with Phinx Database migration and deploy it on-premise with the continuousphp deploy-agent.
#Tutorial
Visit our Tutorial Deploy On-premises to configure continuousphp to create your development pipeline and deploy on-premises.
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=