mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Updated to reflect changes to install dependencies and property reading
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user