view scripts/aws_prepare.sh @ 28:30a5acc043e7

-Added HTKAimfeat script to run a complete experiment on the CNBH syllables database -Added simple script for booting an EC2 instance and calling the setup script from the svn repo
author tomwalters
date Wed, 24 Feb 2010 14:07:01 +0000
parents 378d919209f2
children 5e888fbaaa80
line wrap: on
line source
#!/bin/bash
# Run ami-2fc2e95b (32 bit) or ami-05c2e971 (64 bit) in eu-west zone 
sudo apt-get update
sudo apt-get install subversion scons pkg-config libsndfile-dev build-essential
sudo mkdir /media/sounds-database
sudo mount /dev/sdf1 /media/sounds-database/
svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only
cd aimc-read-only
scons
cd ..