Feature #467
Adding a Piwik Tracking To GitLab
Description
GitLab currently has native support for Piwik Analytics, and adding support is a very simple process.
- Edit config/gitlab.yml
cd /home/gitlab/gitlab vi config/gitlab.yml
- And change the following:
extra: ## Piwik analytics. piwik_url: 'http://piwik.example.com' piwik_site_id: '14'
- And change the following:
- Restart GitLab
service gitlab restart
- Restart Nginx
service nginx restart
- Or Apache
service apache24 restart
- Or Apache