Skip to content

Instantly share code, notes, and snippets.

View thurloat's full-sized avatar

Adam Thurlow thurloat

View GitHub Profile
@thurloat
thurloat / cherokee_uwsgi_install.sh
Created May 18, 2011 22:41
Installing Cherokee and uWSGI on a standard EC2 box
# Install dev tools for cherokee installation
sudo yum groupinstall "Development Tools"
sudo wget http://cherokee-project.com/install && sudo python install
# Install a bunch of def packages for uwsgi install correctly
sudo yum install python python-devel libxml2 libxml2-devel python-setuptools zlib-devel wget openssl-devel pcre pcre-devel sudo gcc make autoconf automake
# Install UWSGI to /opt/uwsgi/uwsgi
cd /opt/
sudo wget http://projects.unbit.it/downloads/uwsgi-0.9.6.5.tar.gz