Here is a link to debian package: http://packages.debian.org/wheezy/uwsgi
I would recommend virtualenv for uwsgi/python deployment. # apt-get install python-virtualenv $ virtualenv env In most cases LTS version is good to go for python: $ env/bin/pip install http://projects.unbit.it/downloads/uwsgi-lts.tar.gz orĀ $ env/bin/pip install "uwsgi<1.9" Thanks. Andriy ---------------------------------------- > To: [email protected] > From: [email protected] > Date: Mon, 13 May 2013 10:13:29 -0500 > Subject: Re: [uWSGI] [nginx 0.8.40+] Configuring uWSGI? > > In article <[email protected]>, > Gilles <[email protected]> wrote: > > > Thanks for the infos. I was puzzled because of the "pip install uwsgi" > > I read here and there, since I thought uWSGI was a stand-alone C > > application so didn't understand how Python was involved in the mix. > > > > It seems like "uWSGI" isn't available for that ARM appliance (Marvell > > 88F6281, ARM9E ARMv5TE(L)) from the official depots, though: > > > > # apt-cache search uwsgi > > # apt-cache search uWSGI > > > > Does someone know if it's available from another depot? > > Assuming you've got a C compiler and enough resources to compile uWSGI > on the platform you're working with, you can use 'pip install uwsgi' to > install uWSGI. This is just a convenience as uWSGI development moves > much quicker than typical distributions so you don't have to miss out on > the latest features, and it'll allow you to keep your uWSGI in a > virtualenv with the rest of your server. > -- > Nicholas Riley <[email protected]> > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
