The instructions I gave at the top had been tested on a bare centos 5 
machine and worked. 

I have got through 5 issues on your instructions so far:


'force-reload' not recognised so removed from uwsgi

 

'tar's had '-zxvf' as options, changed to 'zxvf'

 

'cp -R ./$version/* /opt/uwsgi-python/*'

changed to 

'cp -R ./$version/* /opt/uwsgi-python'

after 

"cd /opt/uwsgi-python

echo 'build using python 2.7'
python2.7 setup.py build"

I get ImportError no module named setuptools.

Any ideas why you did not get this error?

Peter

On Sunday, 29 July 2012 15:26:37 UTC+1, Alan Etkin wrote:
>
> The fixed peter scrip to install Python 2.7.3 and self-signed certs for 
> ssl enabled apps. It retrieves the base architecture also for nginx 
> installation. It should be tested although, as I only used its commands 
> separately.
>
>

-- 



Reply via email to