Mercurial > hg > aimc
view trunk/scripts/aws_prepare.sh @ 301:18300eab5c8a
-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 | 5b8aa04af2ca |
children | d0c7bc9b1e21 |
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 ..