Versions Compared

Key

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

...

Download from the /eas/geoserver/ source folder at https://bitbucket.org/sfgovdt/eas/src/default/geoserver/

Tip: Navigate to the workaround deployment script file in the repository with a browser on the target machine, invoke the "... → Open raw" menu command, and then save the file in the directory that is specified below.

1. deploy_geoserver_init.sh

...

  1. Connect to relevant server and browse to /var/tmp

    Code Block
    cd /var/tmp
  2. Change permissions of shell scripts

    Code Block
    sudo chmod u+x *.sh
  3. Move shell scripts to their correct locations

    Code Block
    languagebash
    sudo cp deploy_geoserver_init.sh /usr/share/apache-tomcat-7.0.32/webapps/
    sudo cp deploy_geoserver.py /usr/share/apache-tomcat-7.0.32/webapps/
    sudo cp deploy_geoserver_env.sh /usr/share/apache-tomcat-7.0.32/webapps/
    sudo cp environments.py /usr/share/apache-tomcat-7.0.32/webapps/

...