mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
AWS codedeploy start / stop scripts (upstart) and wsgi start script
This commit is contained in:
5
scripts/aws_start_app.sh
Executable file
5
scripts/aws_start_app.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Starting application"
|
||||
cd ~/notifications-admin/;
|
||||
sudo service notifications-admin start
|
||||
5
scripts/aws_stop_app.sh
Executable file
5
scripts/aws_stop_app.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Stopping application"
|
||||
cd ~/notifications-admin/;
|
||||
sudo service notifications-admin stop
|
||||
Reference in New Issue
Block a user