목차

Redash

self hosting : https://redash.io/help/open-source/setup#-Docker

구축

snippet.sh
# apt 패키지 업데이트
$ sudo apt update
# git 설치
$ sudo apt install git
# redash setup 프로젝트 clone
$ git clone https://github.com/getredash/setup.git
# 프로젝트 디렉터리로 이동
$ cd setup/
# setup 스크립트 권한 수정
$ sudo chmod +x setup.sh
# 스크립트 실행
$ ./setup.sh

링크

출처 : https://medium.com/finda-tech/ubuntu에서-redash-세팅-및-사용방법-f5315dc3e640


관련 문서