Back to Yugabyte Db

Explore Setup Single Local New

docs/layouts/_shortcodes/explore-setup-single-local-new.html

2026.1.0.0-b25394 B
Original Source

{{/* get the page path to determine version */}} {{- $path := split $.Page.File.Dir "/" -}} {{/* version is the first path of the path. eg: preview/stable/v2.12 ...*/}} {{- $version := index $path 0 -}}

Before you start

The examples will run on a single-node local YugabyteDB universe.
To create a universe, see Set up YugabyteDB universe.