QA/Telemetry/Developing a Telemetry Experiment: Difference between revisions

Jump to navigation Jump to search
more info
(better formatting)
(more info)
Line 25: Line 25:
* If you grab one [http://hg.mozilla.org/webtools/telemetry-experiment-server/file/tip/experiments/e10s-beta45-withoutaddons/code/Makefile example Makefile] from the tree, you just need to use `make experiment` and the xpi will be created for you
* If you grab one [http://hg.mozilla.org/webtools/telemetry-experiment-server/file/tip/experiments/e10s-beta45-withoutaddons/code/Makefile example Makefile] from the tree, you just need to use `make experiment` and the xpi will be created for you
** note that the xpi is created under a build/ folder. You need to move it the proper location (the root of your experiment)
** note that the xpi is created under a build/ folder. You need to move it the proper location (the root of your experiment)
== Building the server ==
* To test, you need to build the telemetry server (which is a simple static folder). To build it, you do in the root of the repo:
** <code>python build.py ../build http://localhost:8080</code>
* you can change ../build to any folder where you want to output it, **but note:**: this folder will be erased by the build.py script
Confirmed users
371

edits

Navigation menu