Configuration
Make sure to re-install Selfinfo extension mentioned in Installation step.
To enable selftracking
:
-
Add
selftracking
plugin beforeselfinfo
plugin atckan.plugins
, so it will inherit its templates. -
Initialize
selftracking
tables in DB: -
Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:
-
The data won't autocatically will be saved in your DB, so in order to make it appear from Redis in your DB, you'll either need to figure out an way to call
CKAN jobs worker is not used for this, as it can be stuck in the queue, which we don't want to happen if there big Resources that should be indexed to the Datastore.selftracking_store_tracks
that will store tracks in DB or use Cron job for this (calls the action every 10 mins):