Skip to content

How to Setup CMS From Scratch? #942

@wesleyboar

Description

@wesleyboar

If #932 and #933 Are Merged

make clean
make setup

If #932 and #933 Are NOT Merged

MANUAL Tear-Down & Setup

  1.  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:
  2. 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 --
  3. Run the convenience commands:
    make clean
    make setup

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions