Changes between Version 15 and Version 16 of BuildServerSetup


Ignore:
Timestamp:
Dec 31, 2008, 2:46:29 AM (15 years ago)
Author:
Philip Taylor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildServerSetup

    v15 v16  
    1313 * 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.
    1414 * Change the Administrator password, and write it down somewhere.
    15  * Install [http://www.microsoft.com/express/download/ VC++ 2008 Express SP1]. (Skip the Silverlight and SQL Server options). Register it. (I think that includes the [http://www.microsoft.com/downloads/details.aspx?FamilyId=E6E1C3DF-A74F-4207-8586-711EBE331CDC&displaylang=en Platform SDK] already?)
     15 * Install [http://www.microsoft.com/express/download/ VC++ 2008 Express SP1]. (Skip the Silverlight and SQL Server options). Register it.
    1616 * Install [http://www.sliksvn.com/en/download command-line SVN] 1.5.5.
    1717 * Install [http://downloads.activestate.com/ActivePerl/Windows/5.10/ActivePerl-5.10.0.1004-MSWin32-x86-287188.msi ActivePerl].
     
    2323 * `svn co http://svn.wildfiregames.com/svn/ps/trunk/ e:\svn`
    2424 * 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  * `aws_access_key_id`, `aws_secret_access_key` are from your Amazon account.
     27  * `ebs_volume_id` is from the EBS volume you created.
     28  * `ebs_drive_volume` is found by running "mountvol.exe".
    2529 * Make that build script run on startup (before logon), using evil magic.
    2630 * ...anything else?...
     31 * `c:\bin\sdelete -c c:`
    2732 * Bundle the machine into s3://...something.../...something...
    2833