# HG changeset patch # User tomwalters # Date 1267024135 0 # Node ID 403763a98382ccd8555ded2adcdf57222a11669c # Parent d0c7bc9b1e2174209d65d2511a91ffb8ceb23680 -More updates for EC2 diff -r d0c7bc9b1e21 -r 403763a98382 trunk/scripts/HTKAimfeat.sh --- a/trunk/scripts/HTKAimfeat.sh Wed Feb 24 14:49:35 2010 +0000 +++ b/trunk/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 d0c7bc9b1e21 -r 403763a98382 trunk/scripts/aws_prepare.sh --- a/trunk/scripts/aws_prepare.sh Wed Feb 24 14:49:35 2010 +0000 +++ b/trunk/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