File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # Unity base
2+
3+ This repository contains Drupal core along with contrib and shared custom modules or themes for Unity sites. It is never
4+ deployed direct to a hosting environment and instead is used to create 'server specific' forks.
5+
6+ When a core or contrib update is required for Unity sites it is first performed against this repository, pushed to
7+ Github and then each 'server instance' fork will pull from this upstream source. It is imperative that any
8+ changes to the files within this repository are not altered directly on the server instance fork as any future pulls
9+ could possibly overwrite those changes.
10+
11+ For information on the Unity2 project please see:
12+ https://digitaldevelopment.atlassian.net/wiki/spaces/D8UN/pages/2183757845/Unity2
13+
14+
15+ ## Structure
16+
17+ ```
18+ └── .circleci/ (Circle CI configuration and supporting files)
19+ ├── .hosting/ (platform.sh hosting templates)
20+ ├── .lando/ (Lando configuration and scripts)
21+ ├── .platform/ (platform.sh routes and services config)
22+ ├── scripts (Drupal scripts)
23+ ├── web (Drupal public web directory)
24+ ├── .env.sample (Example environment file)
25+ ├── .platform.app.yaml (platform.sh application config - blank)
26+ ├── .lando.base.yml (Lando base configuration)
27+ ├── drushmulti.sh (Drush for multisite instances)
28+ ```
29+
30+ ## Licence
31+ Unless stated otherwise, the codebase is released under [ the MIT License] ( http://www.opensource.org/licenses/mit-license.php ) . This covers both the codebase and any sample code in the documentation.
32+ # maestro-drupal-unity
You can’t perform that action at this time.
0 commit comments