|
4 years ago | |
---|---|---|
.docksal | 4 years ago | |
config/default | 4 years ago | |
config_split | 4 years ago | |
docroot | 4 years ago | |
drush | 4 years ago | |
scripts/composer | 4 years ago | |
.gitignore | 4 years ago | |
.travis.yml | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
composer.json | 4 years ago | |
composer.lock | 4 years ago | |
db.tgz | 4 years ago | |
docker-compose.yaml | 4 years ago | |
docker-sync.yml | 4 years ago | |
makefile | 4 years ago | |
phpunit.xml.dist | 4 years ago |
Code Koalas Edition
composer create-project codekoalas/koality-drupal:8.x-dev some-dir --stability dev --no-interaction
docker-compose up -d
docker exec -ti drupal-project /bin/bash
(optional - change drupal-project with your container name)composer install
(you can do composer upgrade first if you'd like but it will take longer to find all new dependencies if they changed at all)composer create-project codekoalas/koality-drupal:8.x-dev some-dir --stability dev --no-interaction
make first-launch
(this spins up the Docker container, logs into the container and runs composer install
)Since this is a fork the previous README can be viewed back on the main project: https://github.com/drupal-composer/drupal-project