Skip to content

Drupal 8 setup with Docker for setting up quick tests.

License

Notifications You must be signed in to change notification settings

drupal-up/drupal_test

Repository files navigation

Using this project for quickly installing a new Drupal instance.

Starting

Clone

git clone [email protected]:drupal-up/drupal_test.git drupal_new_project_name

Final setup

Delete the .git folder. Set PROJECT_NAME in .env file.

./scripts/setup/final.sh

Create the Docker containers

docker-compose up -d

Install drupal

docker exec -it PROJECT_NAME_php scripts/docker/drupal_instance_install.sh

About

Drupal 8 setup with Docker for setting up quick tests.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published