Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
wget http://mirror.cc.columbia.edu/pub/software/apache/tomcat/tomcat-7/v7.0.30/bin/apache-tomcat-7.0.30.tar.gz
cd /usr/share
sudo tar xvfz ~/apache-tomcat-7.0.30.tar.gz
sudo chown -Rf tomcat:tomcatgeodev /usr/share/apache-tomcat-7.0.30/

...

on geoserver

build 2012 image pyramid

...

Code Block
sudo mkdir /srv/imagery
sudo mkdir /srv/imagery/pyramids
sudo mkdir /srv/imagery/pyramids/2012
sudo chown -R tomcat:geodev /srv/imagery/

If you are in DEV, you build the pyramid - follow instructions main:
http://code.google.com/p/eas/source/browse/trunk/bin/build_pyramids.py

If you are in QA or PROD you can build in place or copy from the lower level ENV (e.g. if in QA copy from DEV)

upgrade the deploy automation and deploy

...