From 5be9fa4fee89843acb2e4da3558d69240338c9a0 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Tue, 9 Apr 2013 16:52:32 +0200 Subject: [PATCH] [#541] Small tweak to page view tracking docs --- doc/tracking.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/tracking.rst b/doc/tracking.rst index 396dec88ee6..384028e8a76 100644 --- a/doc/tracking.rst +++ b/doc/tracking.rst @@ -32,11 +32,10 @@ To enable page view tracking: 2. Setup a cron job to update the tracking summary data. - When sorting datasets by popularity or exporting tracking data to file, CKAN - uses a summarised version of the tracking data, not the raw tracking data - that is recorded "live" as page views happen. The ``paster tracking update`` - and ``paster search-index rebuild`` commands need to be run periodicially to - update this tracking summary data. + For operations based on the tracking data CKAN uses a summarised version of + the data, not the raw tracking data that is recorded "live" as page views + happen. The ``paster tracking update`` and ``paster search-index rebuild`` + commands need to be run periodicially to update this tracking summary data. You can setup a cron job to run these commands. On most UNIX systems you can setup a cron job by running ``crontab -e`` in a shell to edit your crontab