Video coming soon…

📈 Setup Lightdash — Business Intelligence on Your dbt Models

Deploy Lightdash on Ubuntu with Docker — an open-source BI tool that turns your dbt models into explorable charts and dashboards, so your whole team can self-serve analytics, on port 8232.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — deploys Lightdash with its PostgreSQL on port 8232. Register the first user, connect your dbt project, and start building charts from your metrics.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/analytics/lightdash/lightdash-ubuntu.sh
chmod +x lightdash-ubuntu.sh
sudo bash lightdash-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/analytics/lightdash/lightdash-ubuntu.sh

2 Make it Executable

chmod +x lightdash-ubuntu.sh

3 Run the Installer

The script installs Docker if needed and starts Lightdash with its own PostgreSQL (for app metadata) on port 8232. It generates a secret and DB password; the first user to register becomes the admin, then connects a dbt project.

sudo bash lightdash-ubuntu.sh

4 Open the Web UI and Connect dbt

Open Lightdash, register the first user, then connect your dbt project so Lightdash can turn its models and metrics into explorable charts:

http://<your-server-ip>:8232

Ports Used

PortPurpose
8232Web UI (host → container 8080)
first userThe first user to register becomes the admin
dbt + warehouseConnect your dbt project and data warehouse; PostgreSQL for metadata

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions