|
|
|
|
|
by arikfr
2748 days ago
|
|
We’re a small team and have to prioritize. At some point maintaining the Mac setup was too much, and Docker covers most use cases. But setup for Postgres should be relatively simple as the extra dependencies required are minimal. If you want you’re welcome to post a question on our forum (discuss.redash.io) and I’ll follow up with pointers on how to set it up on your Mac. Update: just noticed that our developer setup guide without Docker is still online: https://redash.io/help/open-source/dev-guide/setup. |
|
Sorry if my response sounded like a snarky comment or a rant. That was not my intention. I can only thank you for an open source project and do not feel entitled for anything.
I ended up using Docker compose to get started with redash on my Mac. But, I cringe on the inside every time I am forced to use Docker (a daemon with higher privileges) to run stuff from the Internet, and it runs Postgres, Redis, a linux kernel, and so much more for essentially running a Flask application.
Now that I know redash fits my needs, I will spend the time needed to read the docker compose file and trace those steps and assemble the pieces necessary to run redash directly on my Linux server without Docker.
Thanks for redash!