Mercurial > hg > aimc
changeset 460:2e7ebca0d28e
Final automation steps for starting the server.
author | tom@acousticscale.org |
---|---|
date | Wed, 22 Feb 2012 14:09:47 +0000 |
parents | b106283f812f |
children | af9d803c0f2b |
files | scripts/aim-o-matic/prepare_aws_instance_stage_2.sh |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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