From 937ae67769190e01b1d2e046fbe9b29110803204 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Thu, 11 May 2023 13:59:45 -0600 Subject: [PATCH 1/2] chore(docs): add version for postgres when doing brew install --- docs/docs/installation/installing-superset-from-scratch.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/installing-superset-from-scratch.mdx b/docs/docs/installation/installing-superset-from-scratch.mdx index 2dd34bc48d67e..ca5585f9141f4 100644 --- a/docs/docs/installation/installing-superset-from-scratch.mdx +++ b/docs/docs/installation/installing-superset-from-scratch.mdx @@ -61,7 +61,7 @@ We don't recommend using the system installed Python. Instead, first install the [homebrew](https://brew.sh/) manager and then run the following commands: ``` -brew install readline pkg-config libffi openssl mysql postgresql +brew install readline pkg-config libffi openssl mysql postgresql@14 ``` You should install a recent version of Python (the official docker image uses 3.8.16). We'd recommend using a Python version manager like [pyenv](https://github.com/pyenv/pyenv) (and also [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv)). From d806846c86dfb34a024da6835cbbea7da540c13e Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Thu, 11 May 2023 15:24:29 -0600 Subject: [PATCH 2/2] fixing the link that was breaking builds --- docs/docs/security.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/security.mdx b/docs/docs/security.mdx index 584a8baa8ae8a..e6a71c1ac682b 100644 --- a/docs/docs/security.mdx +++ b/docs/docs/security.mdx @@ -20,7 +20,7 @@ permissions associated with each role (e.g. by removing or adding permissions to associated with each role will be re-synchronized to their original values when you run the **superset init** command (often done between Superset versions). -A table with the permissions for these roles can be found at [/RESOURCES/STANDARD_ROLES.md](/RESOURCES/STANDARD_ROLES.md). +A table with the permissions for these roles can be found at [/RESOURCES/STANDARD_ROLES.md](https://github.com/apache/superset/blob/master/RESOURCES/STANDARD_ROLES.mdd). ### Admin