-
Notifications
You must be signed in to change notification settings - Fork 2
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
If #932 and #933 Are Merged
make clean
make setupIf #932 and #933 Are NOT Merged
MANUAL Tear-Down & Setup
-
docker compose -f docker-compose.dev.yml down -v --rmi all
- Follow https://github.com/TACC/Core-CMS/blob/v4.28.1/README.md#getting-started.
AUTOMATIC Tear-Down & Setup
- Ensure these PRs are up-to-date with
main: - Copy over their changes:
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 --
- Run the convenience commands:
make clean make setup
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation