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-13 08:42:21 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a97948574ad6719a2c8ca81b8393b5acb6202327
notifications-api
/
scripts
/
run_app.sh
7 lines
61 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
Remove flask-script, move commands to click click (http://click.pocoo.org/) is used by flask to run its cli args. In removing flask_script (it's unmaintained), we had to migrate all our commands to use click. This is a change for the better in my eyes - you don't need to define the command in several places, and it makes managing options a bit easier. View diff with whitespace turned off unless you're a masochist.
2017-11-06 12:34:29 +00:00
flask run -p
6011
Reference in New Issue
Copy Permalink