Created
June 29, 2013 12:40
-
-
Save glenfant/5890957 to your computer and use it in GitHub Desktop.
Make a wsgi script with zc.buildout (buildout.cfg)
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
[wsgiscript] | |
# Build the wsgi script for mod_wsgi | |
recipe = z3c.recipe.runscript | |
install-script = ${buildout:directory}/buildouthelpers.py:make_wsgi_script | |
update-script = ${:install-script} | |
# Parameters | |
egg = egg.with.wsgiapp | |
script = ${buildout:parts-directory}/wsgiscript/myapp.wsgi | |
app = egg.with.wsgiapp.appobject |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment