Hacker News new | ask | show | jobs
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.

1 comments

Thanks for the link to dev-guide. I missed it because I was looking for instructions for standalone installation and skipped "developer guide" thinking it might be about dev docs about source code org and stuff.

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!

> Sorry if my response sounded like a snarky comment or a rant.

Actually it didn't. All good :)

> 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.

Glad to hear it fits! Note that if all you need is Postgres support, don't bother with installing requirements_all_ds.txt and you can skip some of the system packages we install.

Maybe this forum thread will be helpful: https://discuss.redash.io/t/bring-back-bootstrap-sh/2436/12.