Hello All

Forgive me if my question is silly, I would like to use the master branch so to be able to test all the latest features etc
but I’m not sure how to install it
I have tried installing redash release 3 first, the install worked and everything was fine, I have then downloaded the .zip of the master branch and pointed the current link from the release 3 to the master, but it is not working, i have given all the right permissions to the new master directory etc

the error i get is

Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

How do you install the master branch?

Thanks very much
Mark

Hi Mark,

Not sure how you built it.
If you’re just testing features and not testing with a dev environment, I suggest you clone the repository and build a dev environment.
Guide’s here. https://redash.io/help-onpremise/dev/guide.html .
And I believe that currently docker is the recommended way of building a dev environment. It’s easier anyway.

If you’re already doing this, maybe it’s better to post the whole error messages (or all messages) through the process.

Hope it helps.

I get the same error. I took the master.zip and pieced together the bootstrap.sh script. Everything appears to be running. I get the setup page to show but then after that I get the Internal Server Error message.
Would be nice if there was a doc on how to install the master.zip file. Where does one find the logs?
“GET / HTTP/1.1” 500 291 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36”

Just to close off this thread … I think the one thing that the OP and myself missed was the copying over of the .env file from the old/current directory into the new master directory.