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

Merge pull request #1323 from jgoux/patch-1

Add information about the MB_JETTY_PORT variable
parents 39f4410f 4e494b9d
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ It's that simple. This will start the Metabase application using all of the def
At this point your ready to go! You can access your new Metabase server on port 3000, most likely at [localhost:3000](http://localhost:3000)
You can use another port than 3000 by setting the `MB_JETTY_PORT` environment variable before running the jar
Note that in the default configuration Metabase will use a local H2 database for storing all its own application data. This is meant for simple evaluations or personal use, so if you want to run Metabase for a team we recommend you upgrade to a more robust SQL server such as Postgres. See below for details on how to do that.
Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](../setting-up-metabase.md).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment