Updated to reflect changes to install dependencies and property reading

This commit is contained in:
Martyn Inglis
2015-12-07 13:41:33 +00:00
parent ce34303a3d
commit e58c00c378
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ files:
hooks: hooks:
AfterInstall: AfterInstall:
- -
location: scripts/install_dependencies.sh location: scripts/aws_install_dependencies.sh
runas: root runas: root
timeout: 300 timeout: 300
ApplicationStart: ApplicationStart:

View File

@@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
echo "Starting application" echo "Starting application"
export NOTIFICATIONS_ADMIN_ENVIRONMENT='live'
cd ~/notifications-admin/; cd ~/notifications-admin/;
sudo service notifications-admin start sudo service notifications-admin start