Mercurial > hg > aimc
view 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 |
line wrap: on
line source
#!/bin/bash # Run ami-2fc2e95b (32 bit) or ami-05c2e971 (64 bit) in eu-west zone sudo apt-get -y update sudo apt-get -y install subversion scons pkg-config libsndfile-dev build-essential libboost-dev libc6-dev-i386 python sudo mkdir /mnt/aimc sudo chown ubuntu /mnt/aimc cd /mnt/aimc svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only cd aimc-read-only/experiments ./master.sh