|
Services |
Virtual /
WhaleMap ShinyWhaleMapGuide to setting up Hansen's WhaleMap shiny webapp PrerequisitesSee VZ for WhaleMap add-apt-repository ppa:nextgis/dev add-apt-repository ppa:ubuntugis/ppa apt update && apt upgrade apt install -y libgdal-dev libproj-dev libudunits2-dev pandoc git
R -e "install.packages(c('leaflet', \
'rgdal', \
'udunits2', \
'maptools', \
'readxl', \
'rgeos', \
'googlesheets', \
'oce', 'ocedata', \
'measurements', \
'plotly', \
'shinydashboard', \
'rhandsontable', \
'leaflet.extras', \
'lubridate'))"
install rclone Installationcd /srv/shiny-server git clone http://github.com/hansenjohnson/whalemap WhaleMap cd WhaleMap rsync -SHaxv whalemap:/srv/shiny-server/data/raw data/ # data archive provided by Hansen chmod 755 get_remote_data.sh cp /tmp/password.rds . # provided by Hansen ./get_remote_data.sh |