TACC / Core-CMS

The Core CMS codebase used by TACC Portals.
https://cep.tacc.utexas.edu
2 stars 1 forks source link

Task/wi 33 Update "Portal Technology Stack" #730

Closed taoteg closed 11 months ago

taoteg commented 11 months ago

Overview

Update to the verbiage and technologies described in the Portal Architecture Guide available in the Core-CMS.

Related

Changes

Testing

  1. Pull branch.
  2. Update your settings_local.py to include:
    CMS_TEMPLATES = (
    ...
    ('guides/portal_technology.html', 'Guide: Portal Technology Stack'),
    )
  3. make build
  4. make start
  5. In the CMS Admin, create a new CMS page using the guides/portal_technology.html as the template and publish it.
  6. Verify the page content looks correct.

UI

Notes

taoteg commented 11 months ago

@wesleyboar if you get a second, can you review it once more for correctness?