Setting up Flask on IIS

From PeformIQ Upgrade
Revision as of 18:20, 3 August 2017 by PeterHarding (talk | contribs)
Jump to navigation Jump to search


From scratch on PROCYON

Image of Console

  • Check that I have FastCGI Installed. If not - install it.
  • Add the new web site
  • Check Basic Settings
  • Setup FastCGI
  • Go to Handler Mappings
  • Add Module Mapping
  • Need to go to Top of Connections Pane - and select FastCGI Settings - (double click on Icon). Then burrow down into Environment Variables and add:
PYTHONPATH    C:\www\sites\flask
WSGI_HANDLER  server.app

Setup the Flask application tree.

(Make up a model)