# HG changeset patch # User tomwalters # Date 1267024135 0 # Node ID 5b1586a234f1a5f92ae359d16ec0358c495f00b7 # Parent 5e888fbaaa805f215a5e2d7986f788f738fca584 -More updates for EC2 diff -r 5e888fbaaa80 -r 5b1586a234f1 scripts/HTKAimfeat.sh --- a/scripts/HTKAimfeat.sh Wed Feb 24 14:49:35 2010 +0000 +++ b/scripts/HTKAimfeat.sh Wed Feb 24 15:08:55 2010 +0000 @@ -46,10 +46,10 @@ SOUND_SOURCE="/media/sound-database/cnbh-sounds" # Location of the AIMCopy binary if not in the path -AIMCOPY_PREFIX="./aimc-read-only/build/posix-release/" +AIMCOPY_PREFIX="../aimc-read-only/build/posix-release/" # Location of HTK binaries if not in the path -HTK_PREFIX="/media/sound-database/htk/bin/" +HTK_PREFIX="" # Names of various internal files and directories. # Rename here if you don't like them for some reason. diff -r 5e888fbaaa80 -r 5b1586a234f1 scripts/aws_prepare.sh --- a/scripts/aws_prepare.sh Wed Feb 24 14:49:35 2010 +0000 +++ b/scripts/aws_prepare.sh Wed Feb 24 15:08:55 2010 +0000 @@ -4,6 +4,10 @@ sudo apt-get -y install subversion scons pkg-config libsndfile-dev build-essential sudo mkdir /media/sounds-database sudo mount /dev/sdf1 /media/sounds-database/ +cd /media/sounds-database/htk/htk/ +sudo make install +su ubuntu +cd /mnt/ svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only cd aimc-read-only scons @@ -13,4 +17,6 @@ cp ../aimc-read-only/scripts/HTKAimfeat.sh ./ chmod u+x HTKAimfeat.sh ./HTKAimfeat.sh _ec2_first_try - +tar -cf work_ec2_first_try.tar work_ec2_first_try/ +cp work_ec2_first_try.tar /media/sounds-database/experiment-results/ +#sudo shutdown -h now \ No newline at end of file