# HG changeset patch # User tom@acousticscale.org # Date 1329919787 0 # Node ID 2e7ebca0d28ef4cebb3cb6cae8b2a7ca8bb0ce16 # Parent b106283f812f3e8e30d9c903128f25865dc42ce5 Final automation steps for starting the server. diff -r b106283f812f -r 2e7ebca0d28e scripts/aim-o-matic/prepare_aws_instance_stage_2.sh --- a/scripts/aim-o-matic/prepare_aws_instance_stage_2.sh Wed Feb 22 14:03:43 2012 +0000 +++ b/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