comparison experiments/scripts/setup_aws_instance.sh @ 71:8644afee68bd

- AWS (again!)
author tomwalters
date Wed, 11 Aug 2010 11:52:02 +0000
parents ab6cce48bf3c
children d540bfb1ce59
comparison
equal deleted inserted replaced
70:fdf7f3bbcf81 71:8644afee68bd
7 # --region eu-west-1 \ 7 # --region eu-west-1 \
8 # --availability-zone eu-west-1b \ 8 # --availability-zone eu-west-1b \
9 # ami-2fc2e95b 9 # ami-2fc2e95b
10 10
11 sudo apt-get -y update 11 sudo apt-get -y update
12 sudo apt-get -y install subversion scons pkg-config libsndfile1-dev build-essential libboost-dev libc6-dev-i386 python sox 12 sudo apt-get -y install subversion scons pkg-config libsndfile1-dev build-essential libboost-dev python sox
13
14 # For 64-bit systems, uncomment this line:
15 # sudo apt-get -y install libc6-dev-i386
13 16
14 sudo mkdir /mnt/aimc 17 sudo mkdir /mnt/aimc
15 sudo chown ubuntu /mnt/aimc 18 sudo chown ubuntu /mnt/aimc
16 cd /mnt/aimc 19 cd /mnt/aimc
17 svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only 20 svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only