From dc9b87a9f9fae4c9d3203c83152f2f43d0ec7a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=B6llerer?= Date: Fri, 20 Feb 2026 16:03:34 +0100 Subject: [PATCH] add quickstart to community edition welcome page --- content/community_edition.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/content/community_edition.md b/content/community_edition.md index a8673ab..9a2d1fe 100644 --- a/content/community_edition.md +++ b/content/community_edition.md @@ -3,16 +3,34 @@ title: "CedarDB Community Edition" weight: 5 --- -CedarDB is a SQL database system designed for modern data management needs. +{{< tabs items="Docker,Local Install,Cloud Setup" >}} +{{< tab >}} +```shell +docker pull cedardb/cedardb +``` +...and visit our [**Run With Docker**](../get_started/install_with_docker) guide for more details. +{{< /tab >}} +{{< tab >}} +``` +curl https://get.cedardb.com | bash +``` +...and visit our [**Local Install**](../get_started/install_locally) guide for more details. +{{< /tab >}} +{{< tab >}} +Visit [**Operate in the Cloud**](../get_started/operate_in_cloud) for more details. +{{< /tab >}} +{{< /tabs >}} + +
-## Community Edition +--- The **CedarDB Community Edition** - is free forever - requires no signup - is ready to run on any machine. -It is the right choice for everything from solo projects to small-scale production workloads. No strings attached! +It is **the right choice** for everything from solo projects to small-scale production workloads. No strings attached! {{% callout type="info" %}}