comparison experiments/scripts/setup_aws_instance.sh @ 169:78cbca1cf218

- AWS fixes (part 1)
author tomwalters
date Wed, 11 Aug 2010 08:55:29 +0000
parents a718fb21013c
children df9b49dba8fa
comparison
equal deleted inserted replaced
168:a718fb21013c 169:78cbca1cf218
1 #!/bin/bash 1 #!/bin/bash
2 # Run ami-2fc2e95b (32 bit) or ami-05c2e971 (64 bit) in eu-west zone 2 # Run ami-2fc2e95b (32 bit) or ami-05c2e971 (64 bit) in eu-west zone
3 # ec2-run-instances --user-data-file ec2_user_data.sh \
4 # --key tom_eu_west \
5 # --instance-type m1.small \
6 # --instance-count 1 \
7 # --region eu-west-1 \
8 # --availability-zone eu-west-1b \
9 # ami-2fc2e95b
10
3 sudo apt-get -y update 11 sudo apt-get -y update
4 sudo apt-get -y install subversion scons pkg-config libsndfile-dev build-essential libboost-dev libc6-dev-i386 python 12 sudo apt-get -y install subversion scons pkg-config libsndfile-dev build-essential libboost-dev libc6-dev-i386 python
5 13
6 sudo mkdir /mnt/aimc 14 sudo mkdir /mnt/aimc
7 sudo chown ubuntu /mnt/aimc 15 sudo chown ubuntu /mnt/aimc