5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

さくらのクラウドにRe:dashをインストールしてみた

Posted at

Rebulid.fmでも話題に上がっていたデータ可視化のOSSのRe:dashを使ってみようと思ったのですが、意外とインストールが難しかったのでメモ書きを残しておきます。

Re:dash

今回はさくらのクラウドで提供されているUbuntu 16.04にインストールしてみました。

sudo apt -y update
sudo apt -y upgrade

sudo apt -y install libffi-dev

sudo apt -y install python-pip
sudo pip install --upgrade pip
sudo pip install flask-admin
sudo pip install peewee
sudo pip install wtf-peewee

git clone https://github.com/EverythingMe/redash.git
sudo bash redash/setup/ubuntu/bootstrap.sh

ちょっと時間がかかりますがインストールが完了後、IPアドレスに対してブラウザでアクセスするとRe:dashのログイン画面ができてます。
キャプチャ.PNG

環境が出来たのでこれを使って可視化にチャレンジしたいと思います

5
5
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
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?