Issue Summary
It’s been really hard to self host redash and for such a big app, it’s given me more troubles than any other.
Firstly I tried the docker install method, and had issues with the wrong version of python - had to manually change the python version in the Dockerfile.
Then running npm run build
gives me an error error TS2688: Cannot find type definition file for 'jest'.
.
So I finallly resorted to the setup.sh script. Got a fresh Ubuntu 18.04 server, and ran setup.sh only to get the error ERROR: yaml.scanner.ScannerError: mapping values are not allowed here in "./docker-compose.yml", line 3, column 23
.
Am I doing something wrong? Is no one self hosting redash? Because of the amount of errors I’m seeing, I’m finding it hard to see who is relying on this technology.
Technical details:
- Redash Version: Latest
- Browser/OS:Ubuntu
- How did you install Redash: Docker guide