Last active
March 11, 2017 08:00
-
-
Save tim-hub/142caea26340935c6a0bfbf03cd5d336 to your computer and use it in GitHub Desktop.
run flask app locally redhat cloud openshift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export FLASK_APP=wsgi.py | |
export FLASK_DEBUG=1 | |
flask run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment