Updated developer documentation #6129
Replies: 3 comments 12 replies
-
I didn't find the installation method under mac, do we need support? |
Beta Was this translation helpful? Give feedback.
-
I have been trying the setup today, but not having much luck. I opened an issue: #6973 You said above:
Could you provide the commit where it was known to work (on Ubuntu 20.04LTS)? |
Beta Was this translation helpful? Give feedback.
-
Hi @justinclift I've been running through the documentation to get setup and running and all good on WSL2 Now I've moved on attempting to attempting to debug ReDash I've found this: https://redash.io/help/open-source/dev-guide/debugging/ which works well with regards to debugging the server However as most of the heavy lifting goes on in the worker, I'm just wondering if there is any guidance on how best to do this? Cheers James |
Beta Was this translation helpful? Give feedback.
-
2024.09.10 update - There's a new set of wiki pages showing the database structure and relationship between the tables: https://github.com/getredash/redash/wiki#redash-database-structure
Also, I think we'll need to figure out a better way to notify people of new developer oriented content too. 😉
2024.09.05 update - And there's now a local development environment setup guide for macOS too.
2024.08.01 update - There's now a more streamlined version of the local developer setup guide here, this time based upon Debian 12 and using asdf for installing Python + NodeJS.
Finally got around to writing up a new "How to set up your development environment" page today on the wiki, that works for the current Redash git repo:
https://github.com/getredash/redash/wiki/Local-development-setup
It's been written while using an Ubuntu 20.04 desktop VM, and I've rolled back the VM and gone through these steps several times now (refining things as I go).
So it's in a "known good" state for the current state of the Redash git repo.
Beta Was this translation helpful? Give feedback.
All reactions