aboutsummaryrefslogtreecommitdiff
path: root/download-libraries.sh
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2014-09-16 08:42:41 +0100
committerChristopher Baines <cb15g11@soton.ac.uk>2014-09-16 08:42:41 +0100
commit60693b02cf88187222ea605258cba82dd8a6025f (patch)
tree7b9d1596e32c96df9357632fb74225bd5b5e79cb /download-libraries.sh
parent94990194cdec4f4f9348d2323a80004e6fc82f25 (diff)
downloadmaps.southampton.ac.uk-60693b02cf88187222ea605258cba82dd8a6025f.tar
maps.southampton.ac.uk-60693b02cf88187222ea605258cba82dd8a6025f.tar.gz
Documentation improvements
Diffstat (limited to 'download-libraries.sh')
-rwxr-xr-xdownload-libraries.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/download-libraries.sh b/download-libraries.sh
new file mode 100755
index 0000000..f01a64f
--- /dev/null
+++ b/download-libraries.sh
@@ -0,0 +1,7 @@
+#!/bin/bash -x
+
+mkdir -p libraries/jquery/dist/
+wget http://code.jquery.com/jquery-2.1.1.js -O libraries/jquery/dist/jquery.js
+
+wget http://leaflet-cdn.s3.amazonaws.com/build/leaflet-0.7.3.zip -O libraries/leaflet-0.7.3.zip
+unzip -o libraries/leaflet-0.7.3.zip -d libraries/leaflet-soton/resources/leaflet/dist