-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: CMD-194 CMS customization fails, CMS is old
- Loading branch information
1 parent
498d801
commit 5472b9d
Showing
4 changed files
with
39 additions
and
16 deletions.
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
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 @@ | ||
# Customize a CMS | ||
|
||
This is all optional. You can develop Core-Portal without CMS customization. | ||
|
||
## Basic | ||
|
||
To create your own test content, [learn Django CMS as we use it](https://tacc-main.atlassian.net/wiki/x/phdv). | ||
|
||
To emulate a specific project's CMS settings: | ||
1. Visit https://github.com/TACC/Core-Portal-Resources/blob/main/. | ||
2. Navigate to specific project. | ||
3. Copy its `cms.settings_custom.py` to your `server/conf/cms/settings_custom.py`. | ||
|
||
To override any standard or custom CMS settings, edit `server/conf/cms/settings_local.py`. | ||
|
||
> **Note:** If your `settings_custom.py` and `settings_local.py` are directories, then they were not properly created before starting environment. To fix: | ||
> 1. Run `make stop`. | ||
> 2. [Add CMS settings.](../README.md#CMS) | ||
> 3. Run `make start`. | ||
|
||
## Advanced | ||
|
||
To populate content from an existing CMS, follow and adapt instructions to [replicate a CMS database](https://tacc-main.atlassian.net/wiki/x/GwBJAg). | ||
|
||
> **Important:** This requires high-level server access or someone to give you a copy of the content. |
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