...
Code Block |
---|
LD_LIBRARY_PATH_DEFAULT=/usr/local/lib export LD_LIBRARY_PATH_DEFAULT LD_LIBRARY_PATH=$LD_LIBRARY_PATH_DEFAULT export LD_LIBRARY_PATH |
on geoserver
...
deploy imagery data
setup imagery directories
Code Block |
---|
sudo mkdir /srv/imagery
sudo mkdir /srv/imagery/pyramids
sudo mkdir /srv/imagery/pyramids/2012
sudo chown -R tomcat:geodev /srv/imagery/ |
copy/
...
prepare the data
You can either build the pyramid or copy the one from SF DEV GEO.
For this deploy, we are going to do the latter.
Do this well before the actual deploy.
Copy
- from SF_DEV_GEO//srv/imagery
- to SF_PROD_GEO//srv/imagery & SD_PROD_GEO//srv/imagery
This is about 7GB and takes about 15-20 minutes per node.
In the off chance that you need to build the pyramid from scratch, follow the instructions spelled out in main():
http://code.google.com/p/eas/source/browse/trunk/bin/build_pyramids.pyIf 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
...