LoginSignup
0
1

More than 5 years have passed since last update.

Re.dashのインストール

Posted at

メモ

前提条件

  • CentOS7

手順

  1. 依存ライブラリをインストールする

    # yum -y install pwgen wget
    
  2. Gitリポジトリをクローンする

    $ git clone https://github.com/getredash/redash.git
    
  3. redashディレクトリに移動してシェルスクリプトを実行する

    $ cd redash/setup
    $ ./setup.sh
    

参考

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1