Change old /archive/* links to /daily/*
This commit is contained in:
parent
661669f2a5
commit
538141466c
406 changed files with 457 additions and 457 deletions
|
@ -3,13 +3,13 @@ title: >
|
|||
Adding a LocalGov Drupal example
|
||||
pubDate: 2023-03-03
|
||||
permalink: >-
|
||||
archive/2023/03/03/adding-a-localgov-drupal-example
|
||||
daily/2023/03/03/adding-a-localgov-drupal-example
|
||||
tags:
|
||||
- drupal
|
||||
- localgov-drupal
|
||||
---
|
||||
|
||||
After [previously looking at the LocalGov Drupal distribution]({{site.url}}/archive/2022/10/24/looking-at-localgov-drupal), today I added a LocalGov Drupal example to my [Docker Examples repository](https://github.com/opdavies/docker-examples/tree/main/drupal-localgov).
|
||||
After [previously looking at the LocalGov Drupal distribution]({{site.url}}/daily/2022/10/24/looking-at-localgov-drupal), today I added a LocalGov Drupal example to my [Docker Examples repository](https://github.com/opdavies/docker-examples/tree/main/drupal-localgov).
|
||||
|
||||
Based on the Drupal 10 example, the LocalGov Drupal example used Composer's `create-project` command to scaffold the project plus some additional configuration files such as the `Dockerfile`, `docker-compose.yaml` and a `justfile`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue