ISAPIWSGIHelper

Utilities to help bootstrap deployment of WSGI applications using isapi-wsgi
Download

ISAPIWSGIHelper Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Randy Syring

ISAPIWSGIHelper Tags


ISAPIWSGIHelper Description

Utilities to help bootstrap deployment of WSGI applications using isapi-wsgi ISAPIWSGIHelper is a small command-line Python script and some helper utilities to help bootstrap deployment of WSGI applications using isapi-wsgi with Microsoft IIS.Installation:easy_install ISAPIWSGIHelper or pip install ISAPIWSGIHelper will get the job done.Note: ISAPIWSGIHelper should be installed in python's site-packages directory, not in a virtualenv.Usage:The "iwhelper" command is installed when installing the ISAPIWSGIHelper package.A virtualenv is recommended, but not required: > cd c:\somewhere\myproj-venv > virtualenv . > iwhelperThe above will result in a virtualenv with the addition of a isapi-wsgi directory in the root of the venv. Edit isapi-wsgi\\appinit.py according to the comments in that file.Then, setup your website or a virtualdirectory with a wildcard mapping that uses isapi-wsgi\\__loader.dll. Requirements: · Python · Argparse · isapi_wsgi


ISAPIWSGIHelper Related Software