19 views
asked in Technology by
Install Metabase Business Analytics on Ubuntu 24.04 LTS

1 Answer

answered by

Chirag's Technology Tutorial

*********************************************************************************

*Install Metabase Business Analytics on Ubuntu 24.04 LTS*

*********************************************************************************

https://youtu.be/p3n18LaIkXY

Here’s a step-by-step guide to installing Metabase on Ubuntu 24.04 LTS:

Step 1: Update the System

Start by ensuring that your system packages are up-to-date.

sudo apt update && sudo apt upgrade -y

Step 2: Install Java

Metabase requires Java to run, specifically OpenJDK 11 or newer. Install it with:

sudo apt install openjdk-11-jdk -y

Verify the installation:

java -version

Step 3: Create a Metabase Directory

Set up a dedicated directory for Metabase:

sudo mkdir /opt/metabase
cd /opt/metabase

Step 4: Download Metabase

Download the latest Metabase JAR file:

wget https://downloads.metabase.com/latest/metabase.jar

Step 5: Configure Metabase as a Systemd Service

To have Metabase run as a service, create a service file:

sudo nano /etc/systemd/system/metabase.service

Add the following configuration to the file:

[Unit]
Description=Metabase server
After=syslog.target
After=network.target
[Service]
WorkingDirectory=/opt/metabase
ExecStart=/usr/bin/java -jar /opt/metabase/metabase.jar
User=root
Type=simple
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=metabase
[Install]
WantedBy=multi-user.target

Save and close the file.

Step 6: Start and Enable the Metabase Service

Enable and start the Metabase service to launch automatically at boot:

sudo systemctl enable metabase
sudo systemctl start metabase

You can verify if the service is running with:

sudo systemctl status metabase

Step 7: Configure Firewall (if needed)

If you have a firewall enabled, allow access to Metabase's default port (3000):

sudo ufw allow 3000

Step 8: Access Metabase

Open your browser and navigate to:

http://your_server_ip:3000

With my Server IP

http://192.168.224.129:3000

You’ll be greeted by Metabase’s setup screen, where you can create an admin account and connect your databases.

This should set up Metabase successfully on your Ubuntu 24.04 LTS. Let me know if you need any further details or run into any issues!

For any doubts and query, please write on YouTube video comments section.

Note : Flow the Process shown in video.

Please, Subscribe and like for more videos:

https://www.youtube.com/@chiragstutorial

Don't forget to, Follow, Like, Share &, Comment

Thanks & Regards,

Chitt Ranjan Mahto "Chirag"

_____________________________________________________________________

Note: All scripts used in this demo will be available in our website.

Link will be available in description.

#chirags 

#chiragstutorial 

#chiragsTechnologytutorial

#chiragsTechnologytutorials

#Technologytutorial 

#Technology 

#Technologycourse 

#installMetabase

#installMetabase

#installMetabaseinUbuntu

#Metabase7inUbuntuApache

#UbuntuApacheMetabase

#chriagstutorial

Most popular tags

postgresql laravel replication ha postgresql laravel-10 mongodb ubuntu 24.04 lts mongodb database mongodb tutorial streaming-replication mysql laravel-11 database laravel postgresql backup database mysql php technlogy asp.net asp.net c# mysql master slave replication centos linux laravel sql server schedule backup autobackup postgresql django python user and admin registration user and admin login multiauth zabbix 7 how to install graylog on ubuntu 24.04 lts | step-by-step asp.net core mvc .net mvc network upload c# ssl integration sql server on ubuntu 22.04 lts mssql server ms sql server sql server user access in postgres mysql password change cent os linux laravel login register logout replica install and configure .net 8.0 in ubuntu 24.04 lts php in iis php with iis php tutorial chirags php tutorials chirags php tutorial chirags tutorial laravel 11 gaurds laravel 11 guards mongodb sharding metabase business analytics metabase ubuntu 24.04 koha 24.05 postgresql 16 to postgresql 17 postgresql migration letsencrypt mongodb crud rocky linux laravel custom captcha laravel 11 captcha laravel captcha mongo dll php.ini debian 12 nginx apache nextcloud gitea in ubuntu git gitea npm error node js mysql ndb cluster mysql cluster ssl oracle login register logout in python debian windows shell batch file bat file time stamp date time shopping cart in laravel centos rhel swap memeory rhel 5.5 access configuration in postgresql hba configuration laravel multiple database configuration state city country dropdown live photo upload webcam
...