User:Kjozwiak/Telemetry Experiments QA: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 10: | Line 10: | ||
* Switch into the '''telemetry-experiment-server''' | * Switch into the '''telemetry-experiment-server''' | ||
* Will than checkout the latest branch using the following command: | * Will than checkout the latest branch using the following command: | ||
** '''hg checkout <checkout | ** '''hg checkout <checkout branch #>''', Example: '''hg checkout 42b785b60c60''' | ||
* 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 | ||
Revision as of 16:53, 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
- Clone the telemetry experiment server using the following command:
- Once cloned, a directory named telemetry-experiment-server should have been created
- Switch into the telemetry-experiment-server
- Will than checkout the latest branch using the following command:
- hg checkout <checkout branch #>, Example: hg checkout 42b785b60c60
- 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