-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
deab1cd
commit 7ee9053
Showing
3 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Sandbox Environment | ||
|
||
## Description | ||
|
||
The `sandbox` branch creates a long-living multidev that provides a permanently available sandbox environment that mirrors production where editors can safely practice and use the CMS without fear of messing up the live site. | ||
|
||
This environment can be used for guided training classes, self learning, or experimentation, etc. | ||
|
||
## Environment Updates | ||
|
||
This environment should be a replica of the live site so it needs to be updated as part of the deployment process in order to stay in sync with the live site. | ||
|
||
Run these commands to keep this branch up to date: | ||
|
||
``` | ||
git checkout sandbox | ||
git rebase origin/master | ||
git push -f | ||
``` | ||
|
||
## Code Changes | ||
|
||
This branch should only have a few code changes from the `master` branch: | ||
1. `sandbox.md` (This file) | ||
2. `web/modules/custom/portland_openid_connect/src/Routing/RouteSubscriber.php` (Enabling Office 365 login for this site) | ||
3. `web/sites/default/settings.php` (Define environment indicator for Sandbox) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters