QA/Mozmill Test Automation/Dashboard/Release: Difference between revisions
< QA | Mozmill Test Automation | Dashboard
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
= Publishing = | = Publishing = | ||
Uploading a new version of the dashboard to our maintained installations on | Uploading a new version of the dashboard to our maintained installations on iriscouch.com requires the following steps: | ||
#Pull the code for the release from the Github repository | # Pull the code for the release from the Github repository | ||
#Push the code to each of the dashboard instances: | # Push the code to each of the dashboard instances: | ||
<blockquote><pre>$ couchapp | <blockquote><pre>$ couchapp push dashboard.js http://mozauto.iriscouch.com/mozmill-sandbox</pre> | ||
Note: Repeat for all databases, and don't forget to specify the credentials to have write access to the database. See the [[QA/Mozmill_Test_Automation/Dashboard/FAQ|FAQ]] for details.<br> | |||
</pre> | |||
Note: | |||
</blockquote> | </blockquote> |
Latest revision as of 10:51, 2 April 2015
Publishing
Uploading a new version of the dashboard to our maintained installations on iriscouch.com requires the following steps:
- Pull the code for the release from the Github repository
- Push the code to each of the dashboard instances:
$ couchapp push dashboard.js http://mozauto.iriscouch.com/mozmill-sandboxNote: Repeat for all databases, and don't forget to specify the credentials to have write access to the database. See the FAQ for details.