GeoMoose

From Wildsong
Revision as of 16:23, 6 March 2013 by Brian Wilson (talk | contribs) (Created page with 'geomoose.org == Build on Dart == Dart is a CentOS 6 server === php === sudo yum install php php-dev php-gd php-pgsql php-sqlite php-pear php-curl === Mapserver === sudo y…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

geomoose.org

Build on Dart

Dart is a CentOS 6 server

php

sudo yum install php php-dev php-gd php-pgsql php-sqlite php-pear php-curl

Mapserver

sudo yum install giflib-devel
sudo yum install gd-devel
sudo yum install agg-devel
./configure \
--with-php \
--with-agg \
--with-gd \
--with-wfs \
--with-wmsclient \
--with-wfsclient \
--with-postgis \
--with-proj \
--with-geos \
--with-freetype \
--with-gdal \
--with-ogr \
--with-python \
--with-zlib
make -j 5
make install