You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Analytics/analytics.wikimedia.org: Difference between revisions
Jump to navigation
Jump to search
imported>Milimetric No edit summary |
imported>Krinkle (→Service: new s ection copied from Microsites. Thanks Quiddity) |
||
Line 1: | Line 1: | ||
'''analytics.wikimedia.org''' is a static site that will serves all our dashboards and data downloads. | |||
== | == Service == | ||
* URL: https://analytics.wikimedia.org/ | |||
* Maintainer: [[Analytics|Analytics team]] | |||
* Issue tracker: ?? | |||
* Source code: https://gerrit.wikimedia.org/g/analytics/analytics.wikimedia.org | |||
* Creation task: [[phab:T132407|T132407]] | |||
== Operation == | |||
Currently hosted on [[thorium]] in [[Eqiad]]. | |||
=== Deployment === | |||
The domain includes static pages and also two dashiki dashboard instances, it is unfortunate we have to deploy from source but this is the state of affairs at this time. | The domain includes static pages and also two dashiki dashboard instances, it is unfortunate we have to deploy from source but this is the state of affairs at this time. | ||
* Get the code from | * Get the code from Gerrit: [https://gerrit.wikimedia.org/r/#/q/status:merged+project:analytics/analytics.wikimedia.org,n,z] | ||
Dashiki instances are in the <code>dashboards/</code> sub directory: https://gerrit.wikimedia.org/g/analytics/analytics.wikimedia.org/+/master/dashboards/ | |||
* To rebuild dashiki from source, follow these commands: https://gerrit.wikimedia.org/g/analytics/analytics.wikimedia.org#readme | |||
* | * Commit the result to git, and merge in Gerrit. Puppet will automatically deploy it via <code>git::clone ensure=>latest</code>. | ||
[[Category:Services]] |
Revision as of 23:43, 6 February 2019
analytics.wikimedia.org is a static site that will serves all our dashboards and data downloads.
Service
- URL: https://analytics.wikimedia.org/
- Maintainer: Analytics team
- Issue tracker: ??
- Source code: https://gerrit.wikimedia.org/g/analytics/analytics.wikimedia.org
- Creation task: T132407
Operation
Currently hosted on thorium in Eqiad.
Deployment
The domain includes static pages and also two dashiki dashboard instances, it is unfortunate we have to deploy from source but this is the state of affairs at this time.
- Get the code from Gerrit: [1]
Dashiki instances are in the dashboards/
sub directory: https://gerrit.wikimedia.org/g/analytics/analytics.wikimedia.org/+/master/dashboards/
- To rebuild dashiki from source, follow these commands: https://gerrit.wikimedia.org/g/analytics/analytics.wikimedia.org#readme
- Commit the result to git, and merge in Gerrit. Puppet will automatically deploy it via
git::clone ensure=>latest
.