This is a fork of https://github.com/getredash/setup and requires additional manual steps to run.
- Remove lines from
~/.profileso that docker-compose can be used along side other docker containers. - Remove nginx service from
data/docker-compose.yml - Change
setup.shto usedata/docker-compose.ymlinstead of Github version. - Include a template nginx config file (
redash.nginx) for use with the host machine's nginx installation.
-
Install nginx.
-
Run the following:
bash setup.sh sudo cp data/redash.nginx /etc/nginx/sites-available sudo ln -s /etc/nginx/sites-available/redash.nginx /etc/nginx/sites-enabled/redash.nginx -
Update the domain name in
/etc/nginx/sites-enabled/redash.nginx. -
Add SSL using certbot