Pere Miquel Brull 6fcdf803e6
Prepare Docs V1 structure (#11089)
* Prepare Docs V1 structure

* Point to the v1.0.0 images dir

* Use the same ssh key

* Use new key

* Add connectors icons

* Update images
2023-04-17 16:45:47 +02:00

33 lines
813 B
Markdown

---
title: Quickstart
slug: /quick-start
description: The easiest way to deploy and use OpenMetadata
---
# Quickstart
Just getting started? This is the right place 🚀
In this section we are going to guide you through the installation and first steps of using OpenMetadata.
We have two approaches to start exploring:
<InlineCalloutContainer>
<InlineCallout
color="violet-70"
icon="celebration"
bold="Try OpenMetadata in Docker"
href="/quick-start/local-deployment"
>
Get OpenMetadata up and running locally in under 5 minutes!
</InlineCallout>
<InlineCallout
color="violet-70"
icon="open_in_new"
bold="Try the OpenMetadata Sandbox"
href="/quick-start/sandbox"
>
Interact with a sample installation with 0 setup.
</InlineCallout>
</InlineCalloutContainer>