This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 2f33c477e9 chore(docs): add version for postgres when doing brew
install (#24025)
2f33c477e9 is described below
commit 2f33c477e9f641b1ecf24867d1c3972e52f2a5b3
Author: Evan Rusackas <[email protected]>
AuthorDate: Mon May 15 10:30:13 2023 -0600
chore(docs): add version for postgres when doing brew install (#24025)
---
docs/docs/installation/installing-superset-from-scratch.mdx | 2 +-
docs/docs/security.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs/installation/installing-superset-from-scratch.mdx
b/docs/docs/installation/installing-superset-from-scratch.mdx
index 2dd34bc48d..ca5585f914 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)).
diff --git a/docs/docs/security.mdx b/docs/docs/security.mdx
index 584a8baa8a..e6a71c1ac6 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