How to install open-metadata/OpenMetadata. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
open-metadata/OpenMetadata Installation Guide
How to install open-metadata/OpenMetadata. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for open-metadata/OpenMetadata. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i open-metadata/OpenMetadataor
Install via npx
npx @hexmos/ipm i open-metadata/OpenMetadataPrerequisites
Docker
containerizationGit
version-controlManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Local Docker Deployment
git clone https://github.com/open-metadata/OpenMetadata.git
cd OpenMetadata
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.12.6-release/docker-compose.yml
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.12.6-release/docker-compose-postgres.yml
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.12.6-release/docker-compose-ingestion.yml
docker compose up -d