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
ブラウザからアクセスしてみる
Author And Source
この問題について(Ubuntu20.04にRedashインストールしてみた), 我々は、より多くの情報をここで見つけました https://zenn.dev/kyami/articles/2ce852e22eb3d1著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Collection and Share based on the CC protocol