I think we're just trying to figure out how to get...
# pex
s
I think we're just trying to figure out how to get our code to run under
uswgi
uwsgi --plugin /usr/lib/uwsgi/plugins/python27_plugin.so --http-socket 127.0.0.1:9090 -p 4 --import bootstrap.py --env UWSGI_PEX=provision-service.pex --mount /=slackops.bin.provision_service:app
But I'm thinking maybe within our
bootstrap.py
we need to
subprocess.Popen
the
uwsgi
process?