Just a quick announcement post.
I've added a redash build in COPR.
To install:
Configure your database at
Service is managed by supervisord, so start supervisord to start the service.
(I probably should figure out how to write systemd service)
Load redash on http://localhost:5000
I've added a redash build in COPR.
To install:
dnf copr enable izhar/redash
dnf install redash
Configure your database at
/etc/redash.cfg
Service is managed by supervisord, so start supervisord to start the service.
service redis start
service supervisord start
(I probably should figure out how to write systemd service)
Load redash on http://localhost:5000