Mercurial > hg > aimc
changeset 97:2a6230e96e42
- AWS
author | tomwalters |
---|---|
date | Fri, 13 Aug 2010 11:00:28 +0000 |
parents | cbbccaa17a84 |
children | 7410390dce8c |
files | experiments/scripts/setup_aws_instance.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/experiments/scripts/setup_aws_instance.sh Fri Aug 13 10:57:10 2010 +0000 +++ b/experiments/scripts/setup_aws_instance.sh Fri Aug 13 11:00:28 2010 +0000 @@ -6,7 +6,7 @@ sudo apt-get -y install bc subversion scons pkg-config libsndfile1-dev build-essential libboost-dev python sox # For 64-bit systems, uncomment this line: -# sudo apt-get -y install libc6-dev-i386 +sudo apt-get -y install libc6-dev-i386 sudo mkdir -p /mnt/aimc sudo chown ubuntu /mnt/aimc @@ -15,4 +15,4 @@ cd /mnt/aimc svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only cd aimc-read-only/experiments/scripts/ -./master.sh > /mnt/log/log.log +./master.sh &> /mnt/log/log.log