Trying to set up the latest Redash on Windows 10 with Docker. I think I have most of it set up correctly. But the ‘npm run build’ command apparently causes linux-specific commands to be used, so it fails on Windows. Without this, it seems the account creation page has broken styles and images. And after creating an account, all I see is error messages.
I assume getting this npm command to work on Windows is my hang up. I tried version 8 of redash as well, thinking that maybe it was more Windows compatible, but it caused postgres to go into an infinite restart loop because of no admin password being set.
Windows users: while it should be possible to run Redash on a Windows machine, we don’t know anyone who did this and lived to tell. We recommend using some sort of a virtual machine or Docker in such case.
The only way I can think to do this would be to run npm run buildinside the Docker container. Which will be very slow but should get you around the linux-specific failures.
That’s kind of where I was leaning. I did see that portion of the setup guide, but I thought that was in reference to running the redash server itself. I figured using Docker got me around that problem, but I guess not. Haven’t used Docker before, so I guess I’ll have to figure out how to run that inside the container.
Finally got everything working and without running npm inside the container. For those wondering, I put everything I did within a batch file. This also has some commands to enable connection to a local instance of SQL Server for a data source…