Skip to content

Instantly share code, notes, and snippets.

@ianturton
Last active September 4, 2017 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianturton/075b66f4b33bf24b6592734fc70636c4 to your computer and use it in GitHub Desktop.
Save ianturton/075b66f4b33bf24b6592734fc70636c4 to your computer and use it in GitHub Desktop.
Installing ZooWPS on Ubuntu
# install mandatory libs etc
sudo apt-get install autoconf
sudo apt-get install gettext
sudo apt-get install curl
sudo apt-get autoremove
sudo apt-get install fastcgi
sudo apt-get install libfcgi libfcgi-dev
sudo apt-get install libapache2-mod-fastcgi
sudo apt-get install flex bison
sudo apt-get install libxml2 libxml2-dev
sudo apt-get install openssl
sudo apt-get install gdal-bin
sudo apt-get install mapserver-bin
sudo apt-get install python2.7 python2.7-dev
sudo apt-get install openjdk-8-jdk
sudo apt-get install make
sudo apt-get install apache2
sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt-get update
sudo apt-get install gdal-bin libgdal-dev
# ftech Zoo
wget http://zoo-project.org/dl/zoo-project-1.5.0.tar.bz2
tar xjvf zoo-project-1.5.0.tar.bz2
# build software
cd zoo-project-1.5.0/
cd thirds/cgic206/
make
# if necessary remove bin64 from lib path
cd ../zoo-project/zoo-kernel
./configure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment