2 Installation of the Cache Reaper

If you are going to use component caching (you probably should), you probably want something to delete expired cached components periodically as they tend to build up over time. If you add the following line (editing if necessary):
0 0 * * *  /usr/local/skunk/util/cache_reaper.py -c /usr/local/skunk/cache
to the crontab of the user that SkunkWeb runs as, it will go about finding dead items and removing them from the cache.

You may want to wrap the script with a shell script to nice the process (such that it runs with lower priority).