TACC / Core-CMS

The Core CMS codebase used by TACC Portals.
https://cep.tacc.utexas.edu
2 stars 1 forks source link

enhance: assume local development #860

Closed wesleyboar closed 2 months ago

wesleyboar commented 2 months ago

Overview

Assume anyone running make start is developing locally.

Our deploy process uses its own docker-compose files and Dockerfiles.

Related

Changes

Testing

  1. make build
  2. make start
  3. change any code
  4. verify change is synced to docker compose

UI

  1. Read "Getting Started" (specifically, "3. Build & …").
  2. Read "Update Project" (specifically, "▶ Advanced").