https://github.com/kdabir/redash-mac
Running Redash locally on Mac using Docker Compose
https://github.com/kdabir/redash-mac
docker-compose local macos redash
Last synced: 12 months ago
JSON representation
Running Redash locally on Mac using Docker Compose
- Host: GitHub
- URL: https://github.com/kdabir/redash-mac
- Owner: kdabir
- Created: 2019-11-08T04:08:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T04:32:43.000Z (about 2 years ago)
- Last Synced: 2025-04-02T17:47:15.223Z (about 1 year ago)
- Topics: docker-compose, local, macos, redash
- Language: Makefile
- Size: 2.93 KB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Redash on Mac
Running Redash locally on MacOS.
Prerequisites: `docker-compose`
### Steps
0. clone the repo and cd into the dir
1. `make setup` - one time setup (first time only)
2. `make start` - starts the service on http://localhost:8000/
3. `make stop` - stops the service