mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
5ab73a6704
has the main goal to provide a strategic overview of how Thunder is caching and what it is caching, aggregating value and helping on decision making regarding the real web acceleration rates and allowing one to identify unefficient cache patterns, plugins, as well as domains which should have a plugin written for and, off course, the top efficient domains and caching patterns as well. WWW: http://www.thundercache.com.br PR: ports/146875 Submitted by: Patrick Tracanelli <eksffa at freebsdbrasil.com.br>
12 lines
366 B
Plaintext
12 lines
366 B
Plaintext
|
|
If you haven't setup your PostgreSQL server, set it up accordingly and create
|
|
snortsnarf's database:
|
|
|
|
%%PREFIX%%/bin/psql postgres -U pgsql < \
|
|
%%WWWDIR%%/protected/data/db/pg_thundersnarf.sql
|
|
|
|
Run Thunder Snarf from /etc/crontab. Schedule it according to your machine
|
|
load availability, for example:
|
|
|
|
*/20 * * * * root %%PREFIX%%/bin/thundersnarf >/dev/null 2>&1
|