This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-api
Watch
1
Star
0
Fork
0
You've already forked notifications-api
mirror of
https://github.com/GSA/notifications-api.git
synced
2025-12-16 10:12:32 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0df44040e35361fec4e218572cde989ed04ba932
notifications-api
/
scripts
/
run_app.sh
7 lines
76 B
Bash
Raw
Normal View
History
Unescape
Escape
Basic commit to add get pages showing - bootstrap script - run script - couple of views - basic config
2015-12-10 10:56:59 +00:00
#!/bin/bash
Update config Source the configuration from an environment file, this way it is similar to how the aws environment works
2016-02-16 15:25:46 +00:00
set
-e
source
environment.sh
python3 application.py runserver
Reference in New Issue
Copy Permalink