Changes between Version 19 and Version 20 of InstallationGuidelines/Cherokee


Ignore:
Timestamp:
11/02/11 11:40:41 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Cherokee

    v19 v20  
    2626==== Install Cherokee ====
    2727Whilst there is a version in Squeee, better to install the latest to gain performance advantages on static content:
     28{{{
     29CHEROKEE_CONF="/usr/local/etc/cherokee/cherokee.conf"
     30apt-get install -y gettext libgeoip-dev libssl-dev rrdtool make
     31cd /tmp
     32wget http://www.cherokee-project.com/download/1.2/1.2.99/cherokee-1.2.99.tar.gz
     33tar zxvf cherokee-1.2.99.tar.gz
     34cd cherokee-1.2.99
     35./configure --datarootdir=/var/www
     36make
     37make install
     38mkdir /var/log/cherokee
     39chown www-data /var/log/cherokee
     40wget http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelinesCherokee/cherokee -O /etc/init.d/cherokee
     41chmod +x /etc/init.d/cherokee
     42ldconfig
     43rcconf --on cherokee
     44}}}
     45or:
    2846{{{
    2947apt-get install -y gettext libgeoip-dev libssl-dev rrdtool make