# HG changeset patch # User tom@acousticscale.org # Date 1329919787 0 # Node ID 065a3765b3d2299330ae57d5a7eaa06630966288 # Parent 2e53a3b925250f52962bb78c1ba7e05c57c62403 Final automation steps for starting the server. diff -r 2e53a3b92525 -r 065a3765b3d2 trunk/scripts/aim-o-matic/prepare_aws_instance_stage_2.sh --- a/trunk/scripts/aim-o-matic/prepare_aws_instance_stage_2.sh Wed Feb 22 14:03:43 2012 +0000 +++ b/trunk/scripts/aim-o-matic/prepare_aws_instance_stage_2.sh Wed Feb 22 14:09:47 2012 +0000 @@ -5,4 +5,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $DIR/../../ scons +sudo cp aimc/scripts/aim-o-matic/aim-o-matic.php aimc/scripts/aim-o-matic/upload-form.html /var/www +echo "*/10 * * * * /home/ubuntu/aimc/scripts/aim-o-matic/aim_o_matic_cronjob.sh" | crontab