Skip to content

Test CMS Changes

W. Bomar edited this page Mar 17, 2021 · 22 revisions

Draft: These instructions are a bare-bones unpolished set of steps that point to some available resources.

Via Local CMS Docker Image

  1. Stop (i.e. bring down) the dockers.
  2. Have an existing Core-CMS.
  3. Checkout relevant branch.
  4. Delete /static directory.
  5. Start (i.e. up) the dockers.

Via Remote CMS Docker Image

  1. Stop (i.e. bring down) the dockers.
  2. Have an existing Core-CMS.
  3. Update the relevant docker-compose config file services:cms:image value to point to a provided image tag.
  4. Delete /static directory.
  5. Start (i.e. bring up) the dockers.