Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 681 Bytes

File metadata and controls

18 lines (13 loc) · 681 Bytes

Macrostrat legacy frontend

Static builds of various frontend websites from Macrostrat v1, for a "soft launch" of v2 backend functionality while the updated website is still in development.

Can be configured with custom values of the following variables:

  • MACROSTRAT_DOMAIN
  • MACROSTRAT_TILESERVER_DOMAIN
  • MAPBOX_ACCESS_TOKEN (required)

The HTTP_PORT variable can be used for local debugging (default 5200).

Deployment

  • Increment the version number in Makefile and commit changes.
  • Use make publish to build a Docker image
  • This will push an image named hub.opensciencegrid.org/macrostrat/web-legacy:<version> and tag the version appropriately in Git