Versions Compared

Key

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

...

WARNING: Before proceeding with initializations, make sure that you are pointing at branches/1.1.3.


web

...

put the web servers into maintenance mode (SF WEB, SD WEB)

Code Block
cd /var/www/html
sudo ./set_eas_mode.sh MAINT

...

Code Block
cd /usr/share/apache-tomcat-7.0.30/webapps
sudo svn export http://eas.googlecode.com/svn/trunk/geoserver/deploy_geoserver_init.sh

sudo ./deploy_geoserver_init.sh

install geoserver image pyramid plugin

Code Block
cd downloads/
wget http://iweb.dl.sourceforge.net/project/geoserver/GeoServer%20Extensions/2.1.4/geoserver-2.1.4-pyramid-plugin.zip
unzip geoserver-2.1.4-pyramid-plugin.zip
sudo gt-imagepyramid-2.7.5.jar /usr/share/apache-tomcat-7.0.30/webapps/geoserver/WEB-INF/lib
sudo /sbin/service tomcat restart

install image processing software

...

  • gdal-1.5.4
  • geos-3.1.1
  • proj-4.6.1
  • proj-datumgrid-1.4

 

 

web

put SF WEB servers into LIVE mode

Code Block
cd /var/www/html
sudo ./set_eas_mode.sh LIVE

put SD WEB servers into STANDBY mode

Code Block
cd /var/www/html
sudo ./set_eas_mode.sh SD_STANDBY