Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.48 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.48 KB

Unity base

This repository contains Drupal core along with contrib and shared custom modules or themes for Unity sites. It is never deployed direct to a hosting environment and instead is used to create 'server specific' forks.

When a core or contrib update is required for Unity sites it is first performed against this repository, pushed to Github and then each 'server instance' fork will pull from this upstream source. It is imperative that any changes to the files within this repository are not altered directly on the server instance fork as any future pulls could possibly overwrite those changes.

For information on the Unity2 project please see: https://digitaldevelopment.atlassian.net/wiki/spaces/D8UN/pages/2183757845/Unity2

Structure

└── .circleci/ (Circle CI configuration and supporting files)
├── .hosting/ (platform.sh hosting templates)
├── .lando/ (Lando configuration and scripts)
├── .platform/ (platform.sh routes and services config)
├── scripts (Drupal scripts)
├── web (Drupal public web directory)
├── .env.sample (Example environment file)
├── .platform.app.yaml (platform.sh application config - blank)
├── .lando.base.yml (Lando base configuration)
├── drushmulti.sh (Drush for multisite instances)

Licence

Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.