Mercurial > hg > aimc
comparison experiments/scripts/setup_aws_instance.sh @ 185:550d0d6bffe5
- AWS
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 13:06:30 +0000 |
parents | b44be313367b |
children | 0fe39a205514 |
comparison
equal
deleted
inserted
replaced
184:b44be313367b | 185:550d0d6bffe5 |
---|---|
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 python sox | 12 sudo apt-get -y install bc subversion scons pkg-config libsndfile1-dev build-essential libboost-dev python sox |
13 | 13 |
14 # For 64-bit systems, uncomment this line: | 14 # For 64-bit systems, uncomment this line: |
15 # sudo apt-get -y install libc6-dev-i386 | 15 # sudo apt-get -y install libc6-dev-i386 |
16 | 16 |
17 sudo mkdir -p /mnt/aimc | 17 sudo mkdir -p /mnt/aimc |