Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.19 KB

File metadata and controls

38 lines (24 loc) · 1.19 KB

Debug Project

Start with a Brand New CMS

The make stop retains volumes (e.g. database) and images (layers of previous builds).

To start with no volumes, run:

make stop ARGS="--volumes"

To start with no volumes and no images, run:

make clean

Verify Images Are Collected

  1. Review content of /taccsite_cms/static/site_cms/img.
  2. Verify that content is also in the container at /static/site_cms/img.

Verify CSS Build Output

  1. Review content of /taccsite_cms/static/site_cms/css/build.
  2. Verify that content is also in the container at /static/site_cms/css/build.

Note You will never see /static/…/css/src, because this app ignores src/ when collecting static files. This is done so templates can not load load source files.

Restart CMS Server

See How to Restart the CMS Server.

Build Search Index

See How to Build Search Index.