This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |