Usage/Deployment Instructions
Step 1: Access the Metabase in Google Marketplace and click the LAUNCH ON COMPUTE ENGINE button.

Step 2: In the Configure & Deploy window, enter or select appropriate values for zone, machine type, and so on. Click the Deploy button.

Step 3: The Google Developers Console confirms that Metabase was deployed

Use the browser to access the application at http://<instance ip address> replace <instance ip address> with the actual IP address of the running instance.
Note: You will get the Instance IP Address as shown in the screenshot below:

Note: Open 3000 Security Ports in the instance:
Step 1: Do SSH

Command:
$ sudo su
$ nano /etc/nginx/sites-available/metabase.conf
Edit the configuration file and add your Public IP at the place of highlighted IP.

Save and close the file when you are finished.
$ systemctl restart nginx
Step 4: hit the browser http://<instance ip> where <instance ip is the public ip of your running instance. It can be found as show bellow:


Step 5: enjoy metabase and configure as you like.





While adding database enter the details:
Database name - metabase
User - root
Password - miri

Enjoy your Application