Forked from deepak365/How to install redash in mac.
Last active
November 20, 2019 09:26
-
-
Save emptymalei/56076f9dc43cbed71fb046ac35b55fe9 to your computer and use it in GitHub Desktop.
How to install redash in mac.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What is redash? | |
Redash is database viewer included BI tool inside. Redash has support for querying multiple databases, including: Redshift, Google BigQuery, PostgreSQL, MySQL, Graphite, Presto, Google Spreadsheets, Cloudera Impala, Hive and custom scripts. | |
Prerequisite : | |
1. Install docker | |
2. Install git | |
git clone https://github.com/getredash/redash.git | |
docker-compose -f docker-compose.production.yml run --rm server create_db | |
docker-compose -f docker-compose.production.yml up | |
run | |
`npm install` | |
`npm run build` | |
Then | |
visit http://0.0.0.0:5000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment