aws demo zf apigility phinx
1.0.0
Diese Demo verwendet ZF Apiligity mit Phinx-Datenbankmigration und wird mit AWS CodeDeploy bereitgestellt.
Besuchen Sie unser Tutorial Deploy with AWS – Teil 1: CodeDeploy zum Erstellen der AWS-Infrastruktur, Konfigurieren von Continuousphp und AWS CodeDeploy zum Erstellen Ihrer Entwicklungspipeline.
Erstellen Sie eine build.local.properties-Datei mit:
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=