Actions
Feature #467
closed
DC
DC
Adding a Piwik Tracking To GitLab
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
DC Updated by Daniel Curtis about 11 years ago
- Subject changed from Add Piwik Tracking To GitLab to Adding a Piwik Tracking To GitLab
- Status changed from New to Closed
- % Done changed from 0 to 100
Actions