annotate scripts/run_ami.sh @ 119:9d880fb93c39

- Well, most of the graphics stuff at least compiles now. Next step is getting it running. M Modules/Output/Graphics/GraphicsView.h M Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovieDirect.cc M Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovieDirect.h M Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc M Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h M Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.cc M Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.h M Modules/Output/Graphics/Scale/ScaleLog.h M Modules/Output/Graphics/Scale/ScaleERB.h M Modules/Output/Graphics/Scale/ScaleLinear.h M Modules/Output/Graphics/Scale/ScaleLogScaled.h M Modules/Output/Graphics/Scale/Scale.cc M Modules/Output/Graphics/Scale/Scale.h M Support/Common.h
author tom@acousticscale.org
date Sat, 16 Oct 2010 23:05:26 +0000
parents 5e888fbaaa80
children
rev   line source
tomwalters@29 1 #!/bin/bash
tomwalters@29 2 ec2-run-instances \
tomwalters@29 3 --user-data-file ec2_user_data.sh \
tomwalters@29 4 --key tom_eu_west \
tomwalters@29 5 --instance-type m1.small \
tomwalters@29 6 --instance-count 1 \
tomwalters@29 7 --region eu-west-1 \
tomwalters@29 8 --availability-zone eu-west-1b \
tomwalters@29 9 ami-2fc2e95b
tomwalters@29 10
tomwalters@29 11 ec2-attach-volume vol-d6fb18bf -i [INSTANCE_ID] -d /dev/sdf --region eu-west-1