datalens-ui/README.md
2026-06-24 21:10:34 +05:00

1.2 KiB

DataLens

Prerequisites

Install docker

Install docker compose plugin if it not already installed

Start project in dev mode

In Docker mode (easy-mode):

On Linux systems:

git clone git@github.com:datalens-tech/datalens.git
cd datalens
./init.sh --ipv6 --docker-ipv6 --dev-light --dev-root --dev-ui

On macOS systems:

git clone git@github.com:datalens-tech/datalens.git
cd datalens
./init.sh --dev-light --dev-ui

Local mode:

Install Node.js >= v18.17.0 manually or via node version manager.

Start project in dev mode:

# Start backend for datalens:
git clone git@github.com:datalens-tech/datalens.git
cd datalens
docker compose -f docker-compose.dev.yaml up

# Start datalens ui in dev mode:
git clone git@github.com:datalens-tech/datalens-ui.git
cd ui
pnpm install --frozen-lockfile
pnpm run dev

Now you can open datalens in dev mode at http://localhost:8080

Credentials for postgres

Hostname:

pg-demo-connection

Port:

5432

Path to database:

demo

Username:

demo

Password:

demo