How to Restart the CMS Server - TACC/Core-CMS GitHub Wiki

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.