You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.docksal | 1 year ago | |
config/default | 1 year ago | |
config_split | 1 year ago | |
docroot | 1 year ago | |
drush | 1 year ago | |
scripts/composer | 1 year ago | |
.gitignore | 1 year ago | |
.travis.yml | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
composer.json | 1 year ago | |
composer.lock | 1 year ago | |
db.tgz | 1 year ago | |
docker-compose.yaml | 1 year ago | |
docker-sync.yml | 1 year ago | |
makefile | 1 year ago | |
phpunit.xml.dist | 1 year ago |
README.md
Composer template for Drupal projects
Code Koalas Edition
How to use
composer create-project codekoalas/koality-drupal:8.x-dev some-dir --stability dev --no-interaction
- 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.
- 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)
- a.
- Go to your new local site.
Simple Site Install
composer create-project codekoalas/koality-drupal:8.x-dev some-dir --stability dev --no-interaction
- Run
make first-launch
(this spins up the Docker container, logs into the container and runscomposer install
) - 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