...
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
...
Connect to relevant server and browse to /var/tmp
Code Block cd /var/tmp
Change permissions of shell scripts
Code Block sudo chmod u+x *.sh
Move shell scripts to their correct locations
Code Block language bash 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/
...