This guide contains more detailed information about how to install Metabase for production use. It covers topics like SSL termination, deploying via Docker Containers vs Jars, as well as the tradeoffs involved.
This guide contains more detailed information about how to install Metabase for production use. It covers topics like SSL termination, deploying via Docker Containers vs Jars, as well as the tradeoffs involved.
This guide is targetted towards power users and those who will be setting up and maintaining a Metabase installation. You'll learn how to set the instance up, common settings, how to manage user accounts and how to add databases. You'll also learn how to troubleshoot common problems with both Metabase as well as underlying databases or data warehouses it uses.
...
...
@@ -27,4 +27,4 @@ This is a comprehensive reference for all server functions in our codebase.
## Reference
#### [Anonymous Information Collection Reference](information-collection.md)
This describes the anonymous usage information we collect (if you opt-in) as well as why we collect it and the ways we use it.
\ No newline at end of file
This describes the anonymous usage information we collect (if you opt-in) as well as why we collect it and the ways we use it.
But first, you'll need to install a copy of Metabase if you haven’t already. Our [Installation Guide](../installation-guide/start.md) will help you through the process.
But first, you'll need to install a copy of Metabase if you haven’t already. Our [Installation Guide](../operations-guide/start.md#installing-metabase) will help you through the process.
Already done with that? Then let’s start with going over [connecting Metabase to your database](01-managing-databases.md).