Skip to content

How to Restart the CMS Server

W. Bomar edited this page Mar 17, 2022 · 1 revision

The server can be restarted many ways. These are some.

Steps

Local Server

Make a noop change to settings.py, examples:

  • Save file in editor.
  • touch taccsite_cms/settings.py

Remote Server

  • If server is deployed with a build system, then re-deploy server.
  • If server is deployed manually, then restart service with command(s) specific to the machine.