QA/TDAI/RegressionRangeInstall: Difference between revisions
Jump to navigation
Jump to search
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: | 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 | =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 22: | Line 9: | ||
* execute the install script by running the command:<tt>./install-windows.sh</tt> | * execute the install script by running the command:<tt>./install-windows.sh</tt> | ||
=Ubuntu= | =Ubuntu= | ||
Line 35: | Line 19: | ||
</pre> | </pre> | ||
=Mac= | |||
Run these commands in the terminal | |||
<pre> | |||
curl -O http://peak.telecommunity.com/dist/ez_setup.py | |||
python ez_setup.py | |||
sudo easy_install mozmill | |||
sudo easy_install BeautifulSoup | |||
sudo easy_install httplib2 | |||
</pre> | |||
Then, <tt>cd</tt> into the unzipped <tt>regression</tt> folder. |
Revision as of 01:23, 20 January 2010
First download regression.zip and unzip in the location of your choice (like the Desktop). Then follow the instructions for your platform:
Windows
- Install Mozilla Build. This is a command line utility.
- Run Mozilla Build. this can usually be done by running C:\mozilla-build\start-l10n.bat
- navigate to the unzipped regression folder from this command line, for example: cd Desktop/regression
- execute the install script by running the command:./install-windows.sh
Ubuntu
Run these commands:
sudo apt-get install python-setuptools sudo easy_install mozmill sudo easy_install BeautifulSoup sudo easy_install httplib2
Mac
Run these commands in the terminal
curl -O http://peak.telecommunity.com/dist/ez_setup.py python ez_setup.py sudo easy_install mozmill sudo easy_install BeautifulSoup sudo easy_install httplib2
Then, cd into the unzipped regression folder.