This document has now been incorporated into the uWSGI documentation:
http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html
Steps with explanations to set up a server using:
""" | |
Run this python script in the root directory of an Juce project that has been created by the Introjucer | |
usage: | |
>cd into/directory/where/jucerfileis/ | |
>curl https://gist.githubusercontent.com/alexgustafson/4df824c0654056e18b9e/raw/b92517296c6d7d1af9b1c71bfffe564b4838da70/pycmakejuce.py > pycmakejuce.py | |
>python pycmakejuce.py | |
""" | |
import xml.etree.ElementTree as ET |