Skip to content

AWS Instructions

Greg Pascucci edited this page Mar 6, 2023 · 7 revisions

BCER-API build and tag docker image

  1. Create the database in AWS Aurora Postgres, provide connection information to BCER Support team.

    see ./aurora_create_db.sql for script

  2. Docker, from the app folder

    docker build -f ./Dockerfile.dev -t bcer-api-dev .
    docker run -p 4000:4000/tcp bcer-api-dev:latest

BCER-RETAILER deploy to s3 bucket

BCER-DATAPORTAL deploy to s3 bucket