48
edits
No edit summary |
|||
| Line 9: | Line 9: | ||
==== Themes ==== | ==== Themes ==== | ||
==== Sites ==== | ==== Sites ==== | ||
Sites | * Updates sites clusters used for the "Broken Sites" (release) and the "Sites" (beta) dashboard. | ||
0315 PST daily on cm-metricsetl02 | |||
# | ; <tt>/home/mkurze/jobs/input/update.sh production</tt>: | ||
<pre> | |||
# branch: prod | |||
./manage.py update_product_details | |||
wget -O media/data/opinions.tsv.bz2 http://input.mozilla.com/data/opinions.tsv.bz2 | |||
./manage.py generate_sites | |||
</pre> | |||
: configured sites db <tt>mysql://metricswriter@10.2.70.90:/mozilla_input_metrics</tt> | |||
=== Staging === | === Staging === | ||
| Line 28: | Line 33: | ||
==== Themes ==== | ==== Themes ==== | ||
==== Sites ==== | ==== Sites ==== | ||
0415 PST daily on cm-metricsetl02 | |||
* Updates sites clusters used for the "Broken Sites" (release) and the "Sites" (beta) dashboard. | |||
; <tt>/home/mkurze/jobs/input/update.sh stage</tt>: | |||
# | <pre> | ||
# branch: master | |||
./manage.py update_product_details | |||
wget -O media/data/opinions.tsv.bz2 http://input.mozilla.com/data/opinions.tsv.bz2 | |||
./manage.py generate_sites | |||
</pre> | |||
: configured sites db <tt>mysql://metricswriter@tm-stage01-master01:/input_metrics_stage_mozilla_com</tt> | |||
When testing on stage, keep in mind that the underlying feedback objects won’t be available in the database. So when viewing a cluster, you will like see an empty page. | When testing on stage, keep in mind that the underlying feedback objects won’t be available in the database. So when viewing a cluster, you will like see an empty page. | ||
edits