buildout for uwsgi
configure, compile, build, and install uwsgi
Here are the parts:
- build uwsgi
- config uwsgi
- uwsgi scirpt to dispatch application request!
- supervisor program configuration.
Build uWsgi
uWsgi's build system is Python-based. The build profile (ini format) is used to customize uWSGI servers. uWsgi shipped with a set of build profile in buildconf folder. You could specify your own build profile by set the system environment UWSGI_PROFILE or pass through from the command line:
$ pythong uwsgiconfig.py --build <path_to_build_profile>
buildout recipe to build uWsgi.
Tracking History
When | Who | What Done |
---|---|---|
2013-02-21 09:32 | Sean Chen |
r26ae0a2, the egg custom way to build uWSGI.
the build profile part will be reused.
-- 2.0 Hours, 60.0% Done |