Changes between Version 14 and Version 15 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL


Ignore:
Timestamp:
01/20/12 09:19:04 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Server/CherokeePostgreSQL

    v14 v15  
    108108apt-get install -y gettext libgeoip-dev libssl-dev rrdtool make
    109109cd /tmp
    110 wget http://www.cherokee-project.com/download/1.2/1.2.99/cherokee-1.2.99.tar.gz
    111 tar zxvf cherokee-1.2.99.tar.gz
    112 cd cherokee-1.2.99
     110wget http://cherokee.osuosl.org/1.2/1.2.101/cherokee-1.2.101.tar.gz
     111tar zxvf cherokee-1.2.101.tar.gz
     112cd cherokee-1.2.101
    113113./configure --datarootdir=/var/www
    114114make
     
    124124apt-get install -y libxml2-dev
    125125cd /tmp
    126 wget http://projects.unbit.it/downloads/uwsgi-0.9.9.2.tar.gz
    127 tar zxvf uwsgi-0.9.9.2.tar.gz
    128 cd uwsgi-0.9.9.2
     126wget http://projects.unbit.it/downloads/uwsgi-1.0.2.1.tar.gz
     127tar zxvf uwsgi-1.0.2.1.tar.gz
     128cd uwsgi-1.0.2.1
    129129make
    130130cp uwsgi /usr/local/bin