Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ composer create-project drupal-composer/drupal-project:8.x-dev drupal --stabilit
```bash
docker-compose up --build -d
```
#### Ready the database
The following will use the **helper scripts** to generate the database from your .env

```bash
./scripts/mysql create
```


#### Install Drupal 8

Expand Down