Remise en ordre de bataille (doc, docker, etc.) du projet.
Dockerfile
0 → 100644
... | ... | @@ -17,5 +17,10 @@ |
"zendframework/zend-test": ">=2.3", | ||
"phpunit/PHPUnit": ">=3.7", | ||
"zendframework/zend-developer-tools": ">=1.0" | ||
}, | ||
"scripts": { | ||
"post-install-cmd": [ | ||
"mkdir -p data/DoctrineORMModule/Proxy ; chmod -R 777 data/DoctrineORMModule/Proxy" | ||
] | ||
} | ||
} | ||
\ No newline at end of file |
config/autoload/.gitignore
0 → 100644
config/autoload/local.php.dist
100755 → 100644
data/.gitignore
0 → 100644
docker-compose.yml
0 → 100644
docker/apache-ports.conf
0 → 100644
docker/apache-site-ssl.conf
0 → 100644
docker/apache-site.conf
0 → 100644
docker/fpm/pool.d/app.conf
0 → 100644
docker/php.conf
0 → 100644
Please register or sign in to comment