Skip to content

geostreams/gltg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

100edf3 · Feb 5, 2025
Dec 2, 2021
Oct 3, 2023
Jul 8, 2024
Dec 29, 2023
Aug 23, 2024
Apr 15, 2021
Feb 5, 2025
Jun 27, 2023
Dec 29, 2023
Nov 14, 2024
Nov 14, 2024
May 7, 2024
Apr 15, 2021
Sep 11, 2024
Feb 5, 2025
Sep 21, 2021
Dec 29, 2023
Dec 29, 2023
Aug 23, 2024
Feb 5, 2025
Feb 5, 2025
Jun 18, 2024
Oct 26, 2023
Jun 27, 2023
Feb 5, 2025

Repository files navigation

GLTG: Geodashboard

Great Lakes to Gulf frontend based on Geostreams and Geodashboard

Setup

  • Initialize git submodule (Data Stories)
    git submodule init
    git submodule update
  • Install dependencies
    yarn
  • Start project
    yarn start
  • Start BMP Project
    yarn bmp:start

Build

  • To build the docker image, a shell scrip is provided which can build two types of image:
    • A password protected image using nginx
    • A non password protected image
      • To build the password protected image, run the following command:
        ./build_image.sh protected
      • To build the non password protected image, run the following command:
        ./build_image.sh
    Note: The password to build the protected image needs to be build using htpasswd and set in the conf folder.

Environment variables

Variable Type Default Dev Default Prod Description
GEOSERVER_URL string https://gltg-dev.ncsa.illinois.edu/geoserver /geoserver
GEOSTREAMS_URL string https://gltg-dev.ncsa.illinois.edu/geostreams /geostreams
GA_TOKEN string Google Analytics Token
BMP_API_URL string https://gltg-dev.ncsa.illinois.edu/bmp-api/v1.0 /bmp