Mercurial > hg > aimc
annotate experiments/scripts/setup_aws_instance.sh @ 57:22cd7c3f782c
- Added automation for AWS
author | tomwalters |
---|---|
date | Tue, 10 Aug 2010 12:51:31 +0000 |
parents | 90eebc3c02ca |
children | 8be2b22a6593 |
rev | line source |
---|---|
tomwalters@54 | 1 #!/bin/bash |
tomwalters@54 | 2 # Run ami-2fc2e95b (32 bit) or ami-05c2e971 (64 bit) in eu-west zone |
tomwalters@54 | 3 sudo apt-get -y update |
tomwalters@54 | 4 sudo apt-get -y install subversion scons pkg-config libsndfile-dev build-essential libboost-dev libc6-dev-i386 python |
tomwalters@57 | 5 |
tomwalters@57 | 6 sudo mkdir /mnt/aimc |
tomwalters@57 | 7 sudo chown ubuntu /mnt/aimc |
tomwalters@57 | 8 cd /mnt/aimc |
tomwalters@57 | 9 svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only |
tomwalters@57 | 10 cd aimc-read-only/experiments |
tomwalters@57 | 11 ./master.sh |