Skip to content

Commit

Permalink
Update GeoMoose to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Jun 10, 2022
1 parent 731e145 commit ba07663
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bin/install_geomoose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ mkdir -p /tmp/build-geomoose

cd /tmp/build-geomoose

## Download and extract GeoMOOSE 3.3.1
## Download and extract GeoMOOSE 3.9.0
wget -c --tries=3 --progress=dot:mega --no-check-certificate \
"https://www.geomoose.org/downloads/gm3-examples-3.3.1.zip"
"https://www.geomoose.org/downloads/gm3-examples-3.9.0.zip"
wget -c --tries=3 --progress=dot:mega --no-check-certificate \
"https://www.geomoose.org/downloads/gm3-demo-data-3.3.1.zip"
"https://www.geomoose.org/downloads/gm3-demo-data-3.9.0.zip"

unzip -qo gm3-examples-3.3.1.zip
unzip -qo gm3-demo-data-3.3.1.zip
unzip -qo gm3-examples-3.9.0.zip
unzip -qo gm3-demo-data-3.9.0.zip

rm -rf /usr/local/geomoose

Expand All @@ -56,7 +56,7 @@ mv /tmp/build-geomoose/gm3-demo-data .
rm -f /var/www/html/geomoose
ln -s /usr/local/geomoose/gm3-examples/htdocs /var/www/html/geomoose

## Configure GeoMOOSE 3.3.1
## Configure GeoMOOSE 3.9.0
cat > /usr/local/geomoose/gm3-examples/htdocs/desktop/config.js <<'EOF'
CONFIG = {
mapserver_url: "/cgi-bin/mapserv",
Expand Down

0 comments on commit ba07663

Please sign in to comment.