Skip to content

Commit 757303a

Browse files
committed
first commit
0 parents  commit 757303a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

0 commit comments

Comments
 (0)