docs: add installation instructions
This commit is contained in:
parent
254359239a
commit
6d6bf27d6f
2 changed files with 30 additions and 19 deletions
27
README.md
27
README.md
|
|
@ -1,22 +1,11 @@
|
|||
# LocalGov Drupal Composer project template
|
||||
# docker-example-drupal-localgov
|
||||
|
||||

|
||||
## Installation
|
||||
|
||||
A Composer-based installer for the LocalGov Drupal distribution.
|
||||
```bash
|
||||
# With just
|
||||
just drush site:install -y --db-url=mysql://app:app@database/app localgov
|
||||
|
||||
This project template should provide a kickstart for managing your site dependencies with Composer.
|
||||
|
||||
## Usage
|
||||
|
||||
For guidance on installing see:
|
||||
|
||||
- [Installing LocalGov Drupal locally with composer](https://github.com/localgovdrupal/localgov/blob/2.x/README.md#installing-localgov-drupal-locally-with-composer)
|
||||
- [Getting started on LocalGov Drupal docs](https://docs.localgovdrupal.org/devs/getting-started/)
|
||||
|
||||
## Maintainers
|
||||
|
||||
This project is currently maintained by:
|
||||
|
||||
- Ekes: https://www.drupal.org/u/ekes
|
||||
- Finn Lewis: https://www.drupal.org/u/finn-lewis
|
||||
- Stephen Cox: https://www.drupal.org/u/stephen-cox
|
||||
# Without just
|
||||
docker compose exec php drush site:install -y --db-url=mysql://app:app@database/app localgov
|
||||
```
|
||||
|
|
|
|||
22
README.original.md
Normal file
22
README.original.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# LocalGov Drupal Composer project template
|
||||
|
||||

|
||||
|
||||
A Composer-based installer for the LocalGov Drupal distribution.
|
||||
|
||||
This project template should provide a kickstart for managing your site dependencies with Composer.
|
||||
|
||||
## Usage
|
||||
|
||||
For guidance on installing see:
|
||||
|
||||
- [Installing LocalGov Drupal locally with composer](https://github.com/localgovdrupal/localgov/blob/2.x/README.md#installing-localgov-drupal-locally-with-composer)
|
||||
- [Getting started on LocalGov Drupal docs](https://docs.localgovdrupal.org/devs/getting-started/)
|
||||
|
||||
## Maintainers
|
||||
|
||||
This project is currently maintained by:
|
||||
|
||||
- Ekes: https://www.drupal.org/u/ekes
|
||||
- Finn Lewis: https://www.drupal.org/u/finn-lewis
|
||||
- Stephen Cox: https://www.drupal.org/u/stephen-cox
|
||||
Reference in a new issue