## If https://github.com/TACC/Core-CMS/pull/932 and https://github.com/TACC/Core-CMS/pull/933 Are Merged ```shell make clean make setup ``` ## If https://github.com/TACC/Core-CMS/pull/932 and https://github.com/TACC/Core-CMS/pull/933 Are NOT Merged ### MANUAL Tear-Down & Setup 1. ```shell docker compose -f docker-compose.dev.yml down -v --rmi all ``` 2. Follow https://github.com/TACC/Core-CMS/blob/v4.28.1/README.md#getting-started. ### AUTOMATIC Tear-Down & Setup 1. Ensure these PRs are up-to-date with `main`: - https://github.com/TACC/Core-CMS/pull/932 - https://github.com/TACC/Core-CMS/pull/933 2. Copy over their changes: ```shell git diff --name-only origin/feat/script-to-setup-cms..origin/main | xargs git restore --source=origin/feat/script-to-setup-cms -- git diff --name-only origin/fix/gh-931-cms-migrate-fail..origin/main | xargs git restore --source=origin/fix/gh-931-cms-migrate-fail -- ``` 3. Run the convenience commands: ```shell make clean make setup ```
If #932 and #933 Are Merged
If #932 and #933 Are NOT Merged
MANUAL Tear-Down & Setup
AUTOMATIC Tear-Down & Setup
main: