Move all files to drupal-localgov/
This commit is contained in:
parent
34eff4ef8b
commit
45d226aaad
24 changed files with 0 additions and 0 deletions
11
drupal-localgov/README.md
Normal file
11
drupal-localgov/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# docker-example-drupal-localgov
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# With just
|
||||
just drush site:install -y --db-url=mysql://app:app@database/app localgov
|
||||
|
||||
# Without just
|
||||
docker compose exec php drush site:install -y --db-url=mysql://app:app@database/app localgov
|
||||
```
|
||||
Reference in a new issue