Confirmed users
924
edits
(→Setup) |
(→Setup) |
||
| Line 12: | Line 12: | ||
* This can also be installed on a cloud instance and doesn't necessarily have to be installed locally. I personally have a telemetry experiment installed on a Digital Ocean linux instance that I use as my main testing server. | * This can also be installed on a cloud instance and doesn't necessarily have to be installed locally. I personally have a telemetry experiment installed on a Digital Ocean linux instance that I use as my main testing server. | ||
= Setup = | = Initial Setup = | ||
The first step is to run the OSX bootstrap command and get our development environment installed. The command can be found in the link below: (right below '''One-Line Setup (Try This First!)''') | The first step is to run the OSX bootstrap command and get our development environment installed. The command can be found in the link below: (right below '''One-Line Setup (Try This First!)''') | ||
| Line 28: | Line 28: | ||
Once you've cloned the '''telemetry-experiment-server''' repository, we'll need to install '''genshi''' as it's one of the dependencies needed to get the server working correctly. To install '''genshi''' simply type the following command into the terminal and follow the on-screen directions: | Once you've cloned the '''telemetry-experiment-server''' repository, we'll need to install '''genshi''' as it's one of the dependencies needed to get the server working correctly. To install '''genshi''' simply type the following command into the terminal and follow the on-screen directions: | ||
* pip install Genshi | * pip install Genshi | ||
= Installation == | |||