Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Josh Fabean 52a95bb2f5 added db il y a 4 ans
.docksal added db il y a 4 ans
config/default stuff il y a 4 ans
config_split init il y a 4 ans
docroot init il y a 4 ans
drush init il y a 4 ans
scripts/composer init il y a 4 ans
.gitignore init il y a 4 ans
.travis.yml init il y a 4 ans
LICENSE init il y a 4 ans
README.md init il y a 4 ans
composer.json init il y a 4 ans
composer.lock init il y a 4 ans
db.tgz added db il y a 4 ans
docker-compose.yaml init il y a 4 ans
docker-sync.yml init il y a 4 ans
makefile init il y a 4 ans
phpunit.xml.dist init il y a 4 ans

README.md

Composer template for Drupal projects

Code Koalas Edition

How to use

  1. composer create-project codekoalas/koality-drupal:8.x-dev some-dir --stability dev --no-interaction
  2. Run docker-compose up -d
    • This Implies you have docker setup in a similar way to me. Will need to put that up somewhere later.
  3. Install Dependencies inside the Docker container (you may need to do this 2-3 times if you get errors or warnings)
    • a. docker exec -ti drupal-project /bin/bash (optional - change drupal-project with your container name)
    • b. from inside the container run 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)
  4. Go to your new local site.

Simple Site Install

  1. composer create-project codekoalas/koality-drupal:8.x-dev some-dir --stability dev --no-interaction
  2. Run make first-launch (this spins up the Docker container, logs into the container and runs composer install)
  3. Go to your new local site.

Previous Readme

Since this is a fork the previous README can be viewed back on the main project: https://github.com/drupal-composer/drupal-project