# Redash - https://redash.io/ self hosting : https://redash.io/help/open-source/setup#-Docker ## 구축 ```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](https://medium.com/finda-tech/ubuntu%EC%97%90%EC%84%9C-redash-%EC%84%B8%ED%8C%85-%EB%B0%8F-%EC%82%AC%EC%9A%A9%EB%B0%A9%EB%B2%95-f5315dc3e640)