...
5 - Upgrade Geoserver (SF)
- Edgar will fulfill service request SER0377256 (Upgrade GeoServer on SF PROD GEOX)
- Configure GeoServer on SF PROD GEOX. You can use these commands:
Code Block | ||||
---|---|---|---|---|
| ||||
sudo curl -O https://bitbucket.org/sfgovdt/easx/raw/1.4.1/geoserver/deploy_geoserver_init.sh sudo chmod 700 ./deploy_geoserver_init.sh sudo ./deploy_geoserver_init.sh |
- geoserver web admin. Check that the SF PROD GEOX configurations deployed properly via
6 - Deploy the Web Application (SF)
- Deploy the Web application to SF PROD WEB. You can use these commands to deploy the Web application:
Code Block | ||||
---|---|---|---|---|
| ||||
cd /opt/rh/httpd24/root/var/www/html sudo ./deploy_eas_init.sh 85b4845 ca66c28 rgaston |
- Test the application to make sure everything works.
...
Note |
---|
You will not be able to log into the Web application in the disaster recovery production environment (DR PROD WEB) if database replication is running. |
- If testing in the San Francisco production environment (SF PROD *) is successful, then deploy the Web application to the disaster recovery production environment (DR PROD *) with steps that parallel those that were performed in the San Francisco production environment (* PROD WEB only).
- Make sure that the disaster recovery production environment Web application functions correctly.
- Place the disaster recovery Web server (DR PROD WEB) into standby mode:
...