docs: add installation instructions

This commit is contained in:
Oliver Davies 2023-03-03 23:50:38 +00:00
parent 254359239a
commit 6d6bf27d6f
2 changed files with 30 additions and 19 deletions

View file

@ -1,22 +1,11 @@
# LocalGov Drupal Composer project template # docker-example-drupal-localgov
![Tests](https://github.com/localgovdrupal/localgov_project/actions/workflows/test.yml/badge.svg) ## 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. # Without just
docker compose exec php drush site:install -y --db-url=mysql://app:app@database/app localgov
## 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

22
README.original.md Normal file
View file

@ -0,0 +1,22 @@
# LocalGov Drupal Composer project template
![Tests](https://github.com/localgovdrupal/localgov_project/actions/workflows/test.yml/badge.svg)
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