Please go through the documentation for directions on opening issues, coding standards, and notes on development.
Look at the static version is of this website on gh-pages
.
-
Copy
.env.dist
to.env
-
Command to start docker:
docker-compose up -d
-
Command to install dependencies via composer:
docker-compose exec php composer install
-
Open URL http://drupal.docker.localhost:8000/ and use the following values to install Drupal 8
Database Name = drupal Database User = drupal Password = drupal Database Host = mariadb
-
Command to clear Drupal 8 cache:
docker-compose exec php drush cr
-
Backup database:
docker-compose exec mariadb sh -c 'exec mysqldump -uroot -p"password" drupal' > mariadb-init/drupal.sql
when staring docker using
docker-compose
it will automatically restore the database frommariadb-init/drupal.sql
. -
Command to stop docker:
docker-compose stop
Preparation of detail timeline is in progress...
Please adhere to the contributing guidelines.
- Composer template for Drupal projects: If you want to know how to use it visit the Documentation on drupal.org.
- Docker-based Drupal stack: Read the docs on how to spin up