localgov_microsites
Drupal distribution and install profile to help UK councils collaborate and
share Drupal code for publishing website content across a number of
microsites from a single Drupal installation.
This repository is the Drupal installation profile that is best installed using
composer to require a project template, localgov_microsites_project, to scaffold and build the codebase which includes this profile.
Issue queue
We've started using drupal.org for issues since moving all our projects from Github.
https://www.drupal.org/project/issues/localgov_microsites
Old issues for this project were on Github. Please see legacy issues at https://github.com/localgovdrupal/localgov_microsites/issues
Funding
This work was initially funded by the Local Digital Fund (https://www.localdigital.gov.uk/fund/) from the Department for Levelling Up, Housing and Communities (DLUCH).
Supported branches
We are actively supporting and developing the 4.x branch for Drupal 10.
The 1.x, 2.x and 3.x branches are no longer actively supported and not recommended for new sites.
If for any reason you are still using older versions on your site, please [create an issue on drupal.org](https://www.drupal.org/project/issues/localgov_microsites) to let us know.
Documentation
Further documentation for developers, content designers and other audiences can
be found at [https://docs.localgovdrupal.org/microsites/](https://docs.localgovdrupal.org/microsites/).
Installation
Use the localgov_microsites_project to scaffold a Drupal installation.
For example:
composer create-project --stability stable drupal/localgov_microsites_project:^4.0 MY_PROJECT --no-install
For further installation information, please see README.md