This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-admin
Watch
1
Star
0
Fork
0
You've already forked notifications-admin
mirror of
https://github.com/GSA/notifications-admin.git
synced
2026-02-05 02:42:26 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4bb25dfdb162f843cd3bf9e1da2515fd7be2e3b8
notifications-admin
/
scripts
/
aws_run_app.sh
5 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
Added aws run script to use full path to application for codedeploy
2015-12-02 09:59:30 +00:00
#!/bin/bash
Adding logging into start script
2015-12-02 10:06:45 +00:00
echo
"Starting application"
background the flask app. not for production consumption
2015-12-02 10:47:08 +00:00
python /home/ubuntu/notifications-admin/app.py runserver
&
Reference in New Issue
Copy Permalink