Ubuntu20.04 Redash 설치 시도
Ubuntu 환경
ubuntu@redash:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.4 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.4 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
ubuntu@redash:~$
사전 준비
ubuntu@redash:~$ sudo apt update -y
ubuntu@redash:~$ sudo apt upgrade -y
작업 디렉토리 만들기
ubuntu@redash:~$ mkdir redash
ubuntu@redash:~/redash$ cd redash/
클론 설치에 필요한 Giit 웨어하우스
ubuntu@redash:~/redash$ git clone https://github.com/getredash/redash.git
설치 시작
ubuntu@redash:~/redash$ sudo sh ./setup/setup.sh
브라우저에서 찾아보기
Reference
이 문제에 관하여(Ubuntu20.04 Redash 설치 시도), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/kyami/articles/2ce852e22eb3d1텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)