diff --git a/README.md b/README.md index a16f015..8d41de8 100644 --- a/README.md +++ b/README.md @@ -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. - -## 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 +``` diff --git a/README.original.md b/README.original.md new file mode 100644 index 0000000..3382ba1 --- /dev/null +++ b/README.original.md @@ -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