Metabase Glpi



This brief tutorial shows students and new users how to install Metabase on Ubuntu 18.04 | 16.04 server.

For those who don’t know, Metabase is a free, open source platform that helps companies and businesses easily summarize and visualize large data sets without ever writing a line of SQL.

It allows users to search through tables, then filter things down to find just is needed without learning how to run SQL queries. Simply use its flexible GUI to look up data sets.

Metabase

Of course, plugins rely on GLPI database model and must therefore respect database naming conventions. Creating, updating or removing tables is done by the plugin, at installation, update or uninstallation; functions added in the hook.php file will be used for that; and you will rely on the Migration class provided from GLPI core. Please refer to this documentation do know more about various. Metabase integration of GLPI with Metabase plugin dashboard reporting data-visualization metabase business-intelligence glpi PHP 5 9 9 0 Updated Dec 18, 2020. Using GLPI Network Cloud you can be sure that your business is secure! Years of Experience. Metabase; Fields; 45 days Free Trial (2.) (1. Super impressed with @metabase! We are using it internally for a dashboard and it really offers a great combination of ease of use, flexibility, and speed. Paavo Niskala (@Paavi) December 17, 2019. @metabase is the most impressive piece of software I’ve used in a long time. If you have data you want to understand give it a try.

If you’re looking for a free, high performance database lookup platform for your business, Metabase may be just want you want at your company.

For more about Metabase, please visit its homepage.

If you’re a student or new user looking for a Linux system to start learning on, the easiest place to start is Ubuntu Linux OS…. It’s a great Linux operating system for beginners and folks looking for easier Linux distribution to use..

Ubuntu is an open source Linux operating systems that runs on desktops, laptops, server and other devices…

When using Ubuntu, you will find that Linux isn’t so different than Windows and other operating systems in so many ways, especially when it comes to using the system to get work done.…

When you’re ready to install Metabase, follow the steps below:

Step 1: Install Java

Metabase is written in the Java so you’ll need Java installed to run it. The open source Java works great with Metabase. To install the open source version of Java, run the commands below:

After installing Java, the commands below can be used to verify whether Java is installed.

java -version

You should see similar output as below:

Step 2: Install MariaDB Database Server

Metabase also requires a database server to store its content… If you’re looking for a truly open source database server, then MariaDB is a great place to start…

To install MariaDB run the commands below:

sudo apt-get install mariadb-server mariadb-client

After installing MariaDB, the commands below can be used to stop, start and enable MariaDB service to always start up when the server boots…

Run these on Ubuntu 16.04 LTS

Run these on Ubuntu 18.10 and 18.04 LTS

Next, run the commands below to secure the database server with a root password if you were not prompted to do so during the installation…

Metabase Git

sudo mysql_secure_installation

When prompted, answer the questions below by following the guide.

  • Enter current password for root (enter for none): Just press the Enter
  • Set root password? [Y/n]: Y
  • New password: Enter password
  • Re-enter new password: Repeat password
  • Remove anonymous users? [Y/n]: Y
  • Disallow root login remotely? [Y/n]: Y
  • Remove test database and access to it? [Y/n]: Y
  • Reload privilege tables now? [Y/n]: Y

Now that MariaDB is installed, to test whether the database server was successfully installed, run the commands below…

sudo mysql -u root -p

type the root password when prompted…

If you see a similar screen as shown above, then the server was successfully installed…

Step 4: Create Metabase Database

Now that you’ve installed all the packages that are required for Metabase to function, continue below to start configuring the servers. First run the commands below to create a blank Metabase database.

Metabase

To logon to MariaDB database server, run the commands below.

sudo mysql -u root -p

Then create a database called metabase

Metabase git

CREATE DATABASE metabase;

Create a database user called metabaseuser with a new password

CREATE USER 'metabaseuser'@'localhost' IDENTIFIED BY 'new_password_here';

Then grant the user full access to the database.

GRANT ALL ON metabase.* TO 'metabaseuser'@'localhost' WITH GRANT OPTION;

Finally, save your changes and exit.

Step 4: Install Metabase

Now that Java is installed, run the commands below to download Metabase from its official package repository. At the time of this writing, the current version was at 0.34.1.
After downloading, move Metabase Java app to its new home directory at /opt/metabase.

To run Metabase effectively, you’ll want to create a dedicated user and group accounts.. Simply run the commands below to create a username metabase as well as a group name.

Next, change the ownership of the /opt/metabase directory so the user can have full control of content in there.

After that, you will also want to create Metabase systemd service so you can control starting, stopping and enabling its service.. To do that, simply run the commands below to create a service file.

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

Then copy the content below into the file and save it.

After saving it, run the commands below to enable the service.

To verify if the service is functioning, run the commands below to check it.

sudo systemctl status metabase

You should see similar output as below:

Next you need to create a syslog conf to make sure systemd is able to handle the logs properly.

Run the commands below to create a syslog config file.

sudo nano /etc/rsyslog.d/metabase.conf

Then copy and paste the lines below into the file and save.

After that, restart Metabase service by running the commands below:

sudo systemctl restart metabase

Finally, open your browser and browse to the server hostname or IP address followed by port #3000

Metabase Glpi Download

Metabase git

You should see Metabase setup wizard.

Click the button to get started and continue.

First create an admin account with password to continue.

Then choose to add a database. For this tutorial, we’re using MySQL or MariaDB. Type in the database information created above and continue with the setup.

After that, finish the setup and begin using your platform.

Login and begin setting up your environment,

That should do it!

Conclusion:

Metabase Glpi Tuto

Glassdoor

This post shows you how to install Metabase Server on Ubuntu 18.04 | 16.04. If you find any errors above, please use the comment form below to report them.

Metabase Glassdoor

You may also like the post below: