Versions Compared

Key

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

...

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

  2. Change permissions of shell scripts
    sudo chmod u+x *.sh

  3. Move shell scripts to their correct locationsTODO

    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/

Leave the 1 repository folder in the directory /var/tmp/

  1. Run the deployment script as sudo
    TODO

    Code Block
    cd /usr/share/apache-tomcat-7.0.32/webapps/
    sudo ./deploy_geoserver_init.sh
  2. Confirm deployment with tests
    The deployment can be confirmed by performing the steps that are described in Section 3 of the Testing page.

...