🙌

Redashを手軽にローカルに構築する

2022/10/03に公開

概要

手軽にRedashをローカルで試せる setup-redash-locallyリポジトリを使ってRedashをローカルに構築する手順

基本的にはREADMEに沿っていただければ、構築は難なく出来ます。

手順

$ git clone https://github.com/ken-sayama/setup-redash-locally.git

$ cd setup-redash-locally

# データベースを作成
$ docker compose run --rm server create_db

# サービスを起動
$ docker compose up

サービスを起動したらWorkerなどの起動に1~2分ほど掛かります。
起動が終わったらhttp://localhost:8080 にアクセスをし、初期ユーザーを作成します。

Discussion