Great Lakes to Gulf frontend based on Geostreams and Geodashboard
- Initialize git submodule (Data Stories)
git submodule init git submodule update
- Install dependencies
yarn
- Start project
yarn start
- Start BMP Project
yarn bmp:start
- 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
- To build the password protected image, run the following command:
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 |