...
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 |
deploy imagery data
setup imagery/geoserver directories
Code Block |
---|
sudo mkdir /srv/gwc sudo mkdir /srv/imagery sudo mkdir /srv/imagery/pyramids sudo mkdir /srv/imagery/pyramids/2012 sudo chown -R tomcat:geodev /srv/imagery/ sudo chown -R tomcat:geodev /srv/gwc/ |
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
...