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