Changes between Version 16 and Version 17 of BuildServerSetup


Ignore:
Timestamp:
Dec 31, 2008, 6:45:02 PM (15 years ago)
Author:
Philip Taylor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildServerSetup

    v16 v17  
    1010
    1111== Virtual machine image installation ==
     12The software versions listed below are the latest when I set this up - more recent versions ought to work fine too.
     13
    1214 * Create a 2GB EBS disk in us-east-1c. (...or any other availability zone, but it needs to match the instance's zone.)
    1315 * Start with basic Win2003 image (ami-0456b26d, ec2-public-windows-images/Server2003r2-i386-Win-v1.03.manifest.xml), on a Small Instance in us-east-1c.
     
    2224 * If the disk hasn't been set up already: Administrative Tools -> Computer Management -> Disk Management -> Disk 2 -> Initialize Disk, New Partition -> drive letter E.
    2325 * `svn co http://svn.wildfiregames.com/svn/ps/trunk/ e:\svn`
    24  * Install the initial part of the build script (that does as little as possible, because it's hard to upgrade).
    25  * Set up aws.conf:
     26 * `copy e:\svn\source\tools\autobuild2\startup.pl c:\0ad\autobuild\`
     27 * Set up `c:\0ad\autobuild\aws.conf`:
    2628  * `aws_access_key_id`, `aws_secret_access_key` are from your Amazon account.
    2729  * `ebs_volume_id` is from the EBS volume you created.
    28   * `ebs_drive_volume` is found by running "mountvol.exe".
    29  * Make that build script run on startup (before logon), using evil magic.
     30  * `ebs_drive_volume` is found by running `mountvol.exe`.
     31 * `copy e:\svn\source\tools\autobuild2\startupservice\Release\startupservice.exe c:\0ad\autobuild\`
     32 * `sc create Autobuilder binPath= c:\0ad\autobuild\startupservice.exe start= auto depend= ec2config`
    3033 * ...anything else?...
    3134 * `c:\bin\sdelete -c c:`