Skip to content
Snippets Groups Projects
Commit 81f0d63c authored by Maz Ameli's avatar Maz Ameli
Browse files

add docs about activation

parent d58aa3c5
No related branches found
No related tags found
No related merge requests found
## Getting and activating the Enterprise edition
The Enterprise edition of Metabase is distinct from the open-source edition, so to use it you'll need to first get a license, get the Enterprise edition, and then activate enterprise features with your license.
You can get a license by signing up for a free trial of the Enterprise edition. [Find out more here](https://metabase.com/enterprise/).
To get the Enterprise edition, you can either [download the latest .jar file](http://downloads.metabase.com/enterprise/latest/metabase.jar), or get the [latest Docker image](https://hub.docker.com/r/metabase/metabase-enterprise/) at `metabase/metabase-enterprise:latest`
Once you have the Enterprise edition running, to activate all of its features go to the Admin Panel within Metabase, click on the Enterprise tab, click the "Activate a license" button, and then paste in your license token. The page should change to show you that Enterprise features are now active.
---
## Next: setting up SSO
We'll walk through how to connect your SSO to Metabase, starting with [SAML-based SSO](authenticating-with-saml.md).
......@@ -2,6 +2,7 @@
The Enterprise Edition of Metabase provides added functionality and solutions for large organizations looking to scale Metabase. This guide will walk you through the extra features in this edition of Metabase:
* [Getting and activating the Enterprise edition](activating-the-enterprise-edition.md)
* [Authenticating with SAML](authenticating-with-saml.md)
* [Authenticating with JWT](authenticating-with-jwt.md)
* [Sandboxing data based on user attributes](data-sandboxes.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