community-edition

(โ˜… 1,320)

VMware Tanzu Community Edition is no longer an actively maintained project. Code is available for historical purposes only.

Showing a partial file list โ€” download the zip above to see everything.

  • .gitattributes
  • .gitignore
  • .golangci.yaml
  • .hugo_build.lock
  • .markdownlintrc
  • ADOPTERS.md
  • CODE_OF_CONDUCT.md
  • CODEOWNERS
  • CONTRIBUTING.md
  • GOVERNANCE.md
  • LICENSE
  • MAINTAINERS.md
  • Makefile
  • METRICS.md
  • NOTICE
  • README.md
  • ROADMAP.md
  • SECURITY.md

# Installation Guide

1. Get the code
git clone https://github.com/vmware-tanzu/community-edition

Downloads the entire project code from GitHub to your computer.

cd community-edition

Moves into the project folder you just downloaded.

2. Make

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make

Compiles the code based on the generated build configuration to produce an executable.

โœ… If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation