logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/OpenMetadata
or

Install via npx

npx @hexmos/ipm i open-metadata/OpenMetadata

Prerequisites

Docker

containerization

Git

version-control

Manual 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