library dockerized-php-dev
Dockerized php dev with zray
stefanorg/dockerized-php-dev
Dockerized php dev with zray
- Thursday, October 29, 2015
- by stefanorg
- Repository
- 1 Watchers
- 0 Stars
- 9 Installations
- Shell
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Dockerized - PHP Base development stack
This module is intended to use as a skeleton starting point and is based on the ideas of
andreaskoch/dockerized-magento, (*1)
Requirements
You need
* docker
* docker-compose
* composer, (*2)
Create the Skeleton
composer.phar create-project -s dev stefanorg/dockerized-php-dev my-project
Editing the docker env config file
- Copy
docker-compose.local.yml.dist to docker-compose.local.yml
- Edit:
-
docker-compose.local.yml with your host specific directories
-
docker-compose.yml with your app specific settings
Script
A utility script is provided, run ./container.sh to see the options, (*3)