2023-03-03 23:50:38 +00:00
|
|
|
# docker-example-drupal-localgov
|
2023-03-03 19:36:19 +00:00
|
|
|
|
2023-03-03 23:50:38 +00:00
|
|
|
## Installation
|
2023-03-03 19:36:19 +00:00
|
|
|
|
2023-03-03 23:50:38 +00:00
|
|
|
```bash
|
|
|
|
# With just
|
|
|
|
just drush site:install -y --db-url=mysql://app:app@database/app localgov
|
2023-03-03 19:36:19 +00:00
|
|
|
|
2023-03-03 23:50:38 +00:00
|
|
|
# Without just
|
|
|
|
docker compose exec php drush site:install -y --db-url=mysql://app:app@database/app localgov
|
|
|
|
```
|