ReferencePlatforms/UnitTestOnly/Ubuntu

From MozillaWiki
< ReferencePlatforms
Revision as of 21:13, 3 November 2009 by John64 (talk | contribs) (Created page with '=Install OS= Install from the Ubuntu 9.04 32bit live cd image =Configure OS= Enable Vino (System->Preference->Remote Desktop) to connect with a password and no confirmation. Se…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install OS

Install from the Ubuntu 9.04 32bit live cd image

Configure OS

Enable Vino (System->Preference->Remote Desktop) to connect with a password and no confirmation.

Set video resolution to highest available

Update All Packages

sudo apt-get distupgrade

Existing machines where updated "Tue Nov 3 11:34:47 PST 2009"

Install Ubuntu packages

sudo apt-get install mercurial
sudo apt-get install python-twisted

Install Mozilla Packages

cd ~
hg clone http://hg.mozilla.org/build/buildbot
cd buildbot
python setup.py build
sudo python setup.py install

Create Slave

sudo mkdir /builds
sudo chown cltbld:cltbld /builds
cd /builds
buildbot create-slave slave 10.250.48.137:9989 <host> <password>
buildbot start slave