Skip to content

Administration notes

rbrewer edited this page Sep 28, 2011 · 1 revision

This is a collection of notes on administering a Makahiki server.

Restarting Django

To restart Django when it is running under WSGI, do a touch makahiki/deploy/pinax.wsgi. Note that since we are now caching via memcached, restarting Django will not clear the cache.

Clearing cache

telnet localhost 11211
flush_all
quit
Clone this wiki locally