Skip to content

Instantly share code, notes, and snippets.

View basilkhan05's full-sized avatar
🏂
Learning new tricks

Basil Khan basilkhan05

🏂
Learning new tricks
View GitHub Profile
@basilkhan05
basilkhan05 / metabase-setup.md
Created October 27, 2022 18:48 — forked from r0lodex/metabase-setup.md
Metabase Setup

Installing and Setting Up Metabase with Postgres

This guide is written for installation of Metabase on Ubuntu 18.04. Instead of using H2 as the application database, we will be using Postgres. You can opt to use MySQL as well. Please follow the steps below:

  • Update and install Java with proper configuration
sudo apt-get update