eed-web-application / core-build-system

0 stars 0 forks source link

logo

core-build-system

SLAC National Accelerator Laboratory

The SLAC National Accelerator Laboratory is operated by Stanford University for the US Departement of Energy.
DOE/Stanford Contract

Run Test

minikube start --mount --mount-string="/tmp/host-tmp:/tmp/host-tmp"

License

Copyright (c) 2017-2023, The Board of Trustees of the Leland Stanford Junior University, through SLAC National Accelerator Laboratory... the complete license is here

Run Locally

  1. In docker-compose.yml there are env variables with values <INSERT_VAL> you need to fill in which can be grabbed at the vault. https://vault.slac.stanford.edu/ui/vault/secrets/secret/show/ad/ad-build-dev/core-build-system/application-secrets
  2. Run docker compose up -d

Debug: If not working, then only start up the mongodb first and wait some moments for mongodb to successfully connect. So comment out the backend service and docker compose up -d Then uncomment the backend service and do a docker compose up -d again.