Skip to content

Commit

Permalink
adding missing prod.ini change to analytics documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-m-g committed Jun 27, 2016
1 parent a40ac7b commit eea9dfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckanext-hdx_theme/docs/analytics/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ Setup steps
-----------

#. The **mixpanel token** needs to be setup in prod.ini under :code:`hdx.analytics.mixpanel.token`
#. The url to the enqueuing service needs to be setup in prod.ini as in :code:`hdx.analytics.enqueue_url = http://[gislayer_host]:[gislayer_port]/api/send-analytics`
#. The **gislayer** needs to be setup with the latest code. It's dependencies were updated as well ( *requirements.txt* )

* | there is a new queue for processing analytics requests called **analytics_q**. So we need a rq worker listening on it.
We can either use a separate worker for each queue or workers that listen on both queues.
* Information about how to run the **rqworker** can be found in
`Running the redis queue worker for analytics <http://agartner.bitbucket.org/hdxjobprocessor/README.html#running-the-redis-queue-worker-for-analytics>`_

0 comments on commit eea9dfd

Please sign in to comment.