Skip to content
Snippets Groups Projects
Commit 27527594 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

fix download link.

parent 377c6009
Branches
Tags
No related merge requests found
......@@ -2,9 +2,9 @@
# Overview
Metabase is an easy way to generate charts and dashboards, ask simple ad hoc queries without using SQL, and see detailed information about rows in your Database. You can set it up in under 5 minutes, and then give yourself and others a place to ask simple questions and understand the data your application is generating. It is not tied to any specific framework and can be used out of the box with minimal configuration.
Metabase is an easy way to generate charts and dashboards, ask simple ad hoc queries without using SQL, and see detailed information about rows in your Database. You can set it up in under 5 minutes, and then give yourself and others a place to ask simple questions and understand the data your application is generating. It is not tied to any specific framework and can be used out of the box with minimal configuration.
With a bit of tagging and annotation of what the tables and fields in your database mean, it can be used to provide a rich, humanized version analytics server and administration interface.
With a bit of tagging and annotation of what the tables and fields in your database mean, it can be used to provide a rich, humanized version analytics server and administration interface.
For more information check out [www.metabase.com](http://www.metabase.com)
......@@ -15,22 +15,22 @@ Security is very important to us. If discover any issue regarding security, plea
# Installation
You can run Metabase in two primary ways, as a docker container or as a jar.
You can run Metabase in two primary ways, as a docker container or as a jar.
## Docker
To run Metabase via Docker, just type
docker run -d -p 3000:3000 —name metabase metabase/metabase:v0.12.0
## JVM Jar
To run the jar you will need to have a Java Runtime installed. As a quick check to see if you system already has one, try
To run the jar you will need to have a Java Runtime installed. As a quick check to see if you system already has one, try
java -version
If you see something like
If you see something like
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
......@@ -38,21 +38,21 @@ If you see something like
you are good to go. Otherwise, download the Java Runtime Environment at http://java.com/
Go to the [Metabase Download Page](http://www.metabase.com/download) and download the current build. Place the downloaded jar into a newly created directory (as it will create some files when it is run), and run it on the command line:
Go to the [Metabase Download Page](http://www.metabase.com/start/) and download the current build. Place the downloaded jar into a newly created directory (as it will create some files when it is run), and run it on the command line:
java -jar metabase.jar
java -jar metabase.jar
Now, open a browser and go to `http://localhost:3000` , and you will be asked a set of questions that will set up a user account, and then you can add a database connection. For this to work you will need to get some information about which database you want to connect to, such as the Host Name and Port that it is running on, the Database Name and the User and Password that you will be using.
Now, open a browser and go to `http://localhost:3000` , and you will be asked a set of questions that will set up a user account, and then you can add a database connection. For this to work you will need to get some information about which database you want to connect to, such as the Host Name and Port that it is running on, the Database Name and the User and Password that you will be using.
Once you have added this connection, you will be taken into the app and you'll be ready to ask your first question.
Once you have added this connection, you will be taken into the app and you'll be ready to ask your first question.
For a more detailed walkthrough, check out our [Getting Started](docs/getting-started/start.md) guide.
# Contributing
To get started with a development installation of the Query Server and learn more about contributing, please follow the instructions at our [Developers Guide](docs/developers-guide.md).
To get started with a development installation of the Query Server and learn more about contributing, please follow the instructions at our [Developers Guide](docs/developers-guide.md).
# Extending and Deep Integrations
......@@ -65,7 +65,7 @@ Metabase also allows you to hit our Query API directly from Javascript to integr
# License
Unless otherwise noted, all Metabase Report Server source files are made available under the terms of the GNU Affero General Public License (AGPL).
Unless otherwise noted, all Metabase Report Server source files are made available under the terms of the GNU Affero General Public License (AGPL).
See individual files for details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment