GeoMoose: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
geomoose.org
http://geomoose.org/


THIS IS OLD.
I have moved my current notes to the Geo-CEG wiki,
 
go see http://wiki.geo-ceg.org/title=Geomoose
Go see http://wiki.geo-ceg.org/title=Geomoose


== Build on Dart ==
== Build on Dart ==

Revision as of 18:58, 19 February 2017

http://geomoose.org/

I have moved my current notes to the Geo-CEG wiki, go see http://wiki.geo-ceg.org/title=Geomoose

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

Geomoose