Jul 25

Cherokee 0.8.0 web server will hit the streets soon, and I really want to migrate all my domains running in apache to cherokee (my server load has gone too high).
Here are the steps to install cherokee on a clean debian 4.0:
# cd /usr/src
# apt-get update
# apt-get install make subversion automake autoconf gcc pcre-dev libssl-dev libtool libpcre3-dev python
# svn co svn://svn.cherokee-project.com/cherokee/trunk cherokee-trunk
# cd cherokee-trunk
# ./autogen.sh --localstatedir=/var --prefix=/usr --sysconfdir=/etc --with-wwwroot=/var/www
# make install
At this point you can run cherokee admin to setup your server: http://www.cherokee-project.com/doc/admin.html

Recent Comments