QA/TDAI/RegressionRangeInstall: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 1: Line 1:
First download [http://mozregression.googlecode.com/files/regression.zip regression.zip] and unzip in the location of your choice (like the Desktop). Then follow the instructions for your platform:
=Windows=
* Download [http://mozregression.googlecode.com/files/regression.zip regression.zip] and unzip in the location of your choice (like the Desktop).


=Windows=
* [http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-1.4.exe Install Mozilla Build]. This is a command line utility.
* [http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-1.4.exe Install Mozilla Build]. This is a command line utility.


Line 9: Line 9:


* execute the install script from this directory by running the command:<pre>./install-windows.sh</pre>
* execute the install script from this directory by running the command:<pre>./install-windows.sh</pre>
* you can now run the regression range finder with the command line:
<pre>python regression.py -g 2009-12-01 -b 2010-01-16</pre>


=Ubuntu=
=Ubuntu=
Run these commands:
* Download [http://mozregression.googlecode.com/files/regression.zip regression.zip] and unzip in the location of your choice (like the Desktop).
 
* Run these commands:
<pre>
<pre>
sudo apt-get install python-setuptools
sudo apt-get install python-setuptools
Line 18: Line 23:
sudo easy_install httplib2
sudo easy_install httplib2
</pre>
</pre>
* you can now run the regression range finder with the command line:
<pre>python regression.py -g 2009-12-01 -b 2010-01-16</pre>


=Mac=
=Mac=
Run these commands in the terminal
* Download [http://mozregression.googlecode.com/files/regression.zip regression.zip] and unzip in the location of your choice (like the Desktop).


* Run these commands in the terminal:
<pre>
<pre>
curl -O http://peak.telecommunity.com/dist/ez_setup.py
curl -O http://peak.telecommunity.com/dist/ez_setup.py
Line 30: Line 39:
</pre>
</pre>


Then, <tt>cd</tt> into the unzipped <tt>regression</tt> folder.
* <tt>cd</tt> into the unzipped <tt>regression</tt> folder and run the regression range finder with the command line:
<pre>python regression.py -g 2009-12-01 -b 2010-01-16</pre>
865

edits

Navigation menu