Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 854 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 854 Bytes

Drupal Stack

Rapidly launch Drupal application runtime over MariaDB to develop sites, themes or modules.

Development

You will need Docker running on your machine.

First copy and configure environment variables:

cp template.env .env

With your favorite text editor configure your .env file.

Start environment with Docker Compose:

docker-compose up

Stop the environment:

docker-compose down

Important Notes

Running in Windows

Docker on windows utilizes a local virtual machine for networking, this can make accessing exposed ports difficult. First, start the virtual host then locate the host's IP address:

License

This project is licensed under the MIT License - see the LICENSE.md file for details