After pip installing uWSGI there's no /etc/uwsgi/ directory - how can I use apps-enabled?

Posted by orokusaki on Stack Overflow See other posts from Stack Overflow or by orokusaki
Published on 2012-12-20T04:54:48Z Indexed on 2012/12/20 5:03 UTC
Read the original article Hit count: 236

Filed under:
|
|
|

I've been using apt-get install uwsgi to install uWSGI. Today, I realized I needed a feature that's not available until uWSGI 1.1, and Ubuntu 12.04.1 doesn't have anything after 1.0.x, at least according to my apt-get install uwsgi=1.1 attempt. So, I used:

pip install http://projects.unbit.it/downloads/uwsgi-lts.tar.gz

After doing so, I get a message prescribing the use of /usr/local/bin/uwsgi to launch the program. I'm not a guru when it comes to compiling from source, but my understanding is that when you do so, nothing will be changed in the /etc/ directory. Is this correct? If not, why don't I have a /etc/uwsgi/ directory and, more specifically, a /etc/uwsgi/apps-enabled/ directory? Should I simply create the directories when installing uWSGI from source? I was hesitant to do so, considering there is no mention of this in the docs (I don't want something that accidentally works, etc.).

© Stack Overflow or respective owner

Related posts about ubuntu

Related posts about pip