...
Info |
---|
The Tags tab will let you select which changeset, and format, that you want to download. |
1. Visit the download page of the repository
2. Download the .zip
file from the most recent branch
The downloaded compressed files will be named something like this:sfgovdt-sfeas_config-ff939b913451.zip
3. Uncompress the zip file.
This will result in three folders, such as this:sfgovdt-sfeas_config-ff939b913451
...
B. Download Workaround Deployment Scripts
1. Download the latest version of these 4 files.
From the /eas/geoserver/ source folder at https://bitbucket.org/sfgovdt/eas/src/default/geoserver/
1. deploy_geoserver_init.sh
2. deploy_geoserver.py
3. deploy_geoserver_env.sh
From the config/web/settings_env/live/ source folder at https://bitbucket.org/sfgovdt/sfeas_config/src/default/web/settings_env/live/
4. environments.py
2. FTP the 1 folder and 4 files to the /var/tmp folder of the server to be deployed
EXAMPLE OF UPLOADING THE FILES FROM WINDOWS TO THE /VAR/TMP DIRECTORY OF THE TARGET SERVER USING FTP TOOL FILEZILLA:
...
See also https://filezilla-project.org/
See also PuTTY and SSH
3. Connect to server, configure and deploy
Connect to relevant server and browse to /var/tmp
cd /var/tmpChange permissions of shell scripts
sudo chmod u+x *.shMove shell scripts to their correct locations
TODO
...