Skip to content

Instantly share code, notes, and snippets.

@tim-hub
Last active March 11, 2017 08:00
Show Gist options
  • Save tim-hub/142caea26340935c6a0bfbf03cd5d336 to your computer and use it in GitHub Desktop.
Save tim-hub/142caea26340935c6a0bfbf03cd5d336 to your computer and use it in GitHub Desktop.
run flask app locally redhat cloud openshift
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