Confirmed users
2,205
edits
Ajalgaonkar (talk | contribs) |
|||
| Line 118: | Line 118: | ||
==== Installing Firefox ==== | ==== Installing Firefox ==== | ||
* All new browsers should be installed with the version number in the path so that moz-grid-config can always find them! | * All new browsers should be installed with the version number in the path so that moz-grid-config can always find them! | ||
* | * Install [http://pypi.python.org/pypi/mozdownload mozdownload] and [http://pypi.python.org/pypi/mozinstall mozinstall] using pip to download and install the Firefox binaries. | ||
** use <code>--help</code> for both mozdownload tand mozinstall to see all available options | |||
** to download the latest release using mozdownload you can simply use: <code>mozdownload -v latest</code> | |||
** to download the latest Firefox Nightly build using mozdownload you can use: <code>mozdownload -t daily --branch=mozilla-central</code> | |||
** to download the latest Firefox Aurora build using mozdownload you can use: <code>mozdownload -t daily --branch=mozilla-aurora</code> | |||
** releases are also available to download manually [http://ftp.mozilla.org/pub/mozilla.org//firefox/releases/ here] | |||
===== Mac OS X ===== | ===== Mac OS X ===== | ||
* <code>mozdownload -v 14.0.1 -d /tmp</code> | |||
* <code>mozinstall -d /Applications/ /tmp/firefox-14.0.1-en-US.mac.dmg</code> | |||
* <code>mv /Applications/Firefox.app/ "/Applications/Firefox 14.app/"</code> | |||
* <code>rm /tmp/firefox-14.0.1-en-US.mac.dmg</code> | |||
===== Windows ===== | ===== Windows ===== | ||
* <code>mozdownload -v 14.0.1 -d %TMP%</code> | |||
* <code>mozinstall -d %USERPROFILE% %TMP%/firefox-14.0.1-en-US.win32.exe</code> | |||
* <code>move %USERPROFILE%/firefox-14 "\Program Files\Mozilla Firefox 14"</code> | |||
* <code>del %TMP%/firefox-14.0.1-en-US.win32.exe</code> | |||
== Jenkins == | == Jenkins == | ||