Ubuntu20.04にRedashインストールしてみた

1375 ワード

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/

インストールに必要なGitリポジトリをクローン

ubuntu@redash:~/redash$ git clone https://github.com/getredash/redash.git

インストールの開始

ubuntu@redash:~/redash$ sudo sh ./setup/setup.sh 

ブラウザからアクセスしてみる