User:Kjozwiak/Telemetry Experiments QA: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 5: Line 5:
'''Note: This guide was done using OSX 10.9.2, the process for Windows will be a little different'''
'''Note: This guide was done using OSX 10.9.2, the process for Windows will be a little different'''


* The first step is to run the OSX m-c bootstrap, the command can be found in the link below:
** https://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Mac_OS_X_Prerequisites
* Clone the telemetry experiment server using the following command:
* Clone the telemetry experiment server using the following command:
** '''hg clone http://hg.mozilla.org/users/bsmedberg_mozilla.com/telemetry-experiment-server/'''
** '''hg clone http://hg.mozilla.org/users/bsmedberg_mozilla.com/telemetry-experiment-server/'''
Line 13: Line 15:
* Once you've checked out the latest branch, will need to install '''genshi''' as it's a prerequisite for building our local server
* Once you've checked out the latest branch, will need to install '''genshi''' as it's a prerequisite for building our local server
* To install '''genshi''' simply type '''pip install Genshi''' in the terminal and follow the onscreen directions
* To install '''genshi''' simply type '''pip install Genshi''' in the terminal and follow the onscreen directions
Once you have all of the above completed, the next step will be to edit the '''build.py''' and change a few of the parameters.

Revision as of 17:00, 27 March 2014

Local Staging Server Setup

The following steps will guide users to create a local staging server that we will than use to launch our experiments from.

Note: This guide was done using OSX 10.9.2, the process for Windows will be a little different

Once you have all of the above completed, the next step will be to edit the build.py and change a few of the parameters.