Skip to content

Instantly share code, notes, and snippets.

@emptymalei
Forked from deepak365/How to install redash in mac.
Last active November 20, 2019 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emptymalei/56076f9dc43cbed71fb046ac35b55fe9 to your computer and use it in GitHub Desktop.
Save emptymalei/56076f9dc43cbed71fb046ac35b55fe9 to your computer and use it in GitHub Desktop.
How to install redash in mac.
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