Changes between Version 14 and Version 15 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL
- Timestamp:
- 01/20/12 09:19:04 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Server/CherokeePostgreSQL
v14 v15 108 108 apt-get install -y gettext libgeoip-dev libssl-dev rrdtool make 109 109 cd /tmp 110 wget http:// www.cherokee-project.com/download/1.2/1.2.99/cherokee-1.2.99.tar.gz111 tar zxvf cherokee-1.2. 99.tar.gz112 cd cherokee-1.2. 99110 wget http://cherokee.osuosl.org/1.2/1.2.101/cherokee-1.2.101.tar.gz 111 tar zxvf cherokee-1.2.101.tar.gz 112 cd cherokee-1.2.101 113 113 ./configure --datarootdir=/var/www 114 114 make … … 124 124 apt-get install -y libxml2-dev 125 125 cd /tmp 126 wget http://projects.unbit.it/downloads/uwsgi- 0.9.9.2.tar.gz127 tar zxvf uwsgi- 0.9.9.2.tar.gz128 cd uwsgi- 0.9.9.2126 wget http://projects.unbit.it/downloads/uwsgi-1.0.2.1.tar.gz 127 tar zxvf uwsgi-1.0.2.1.tar.gz 128 cd uwsgi-1.0.2.1 129 129 make 130 130 cp uwsgi /usr/local/bin