Ubuntu+redash簡易メモ

Ubuntu+VirtualBox簡易メモ - にっちとだじゃれ
これでUbuntuを入れたので、次に
Re:dash - Make Your Company Data Driven
を入れる。

環境

インストール

$ git clone https://github.com/getredash/redash.git
$ cd redash/setup/ubuntu

# apache止めていないとbootstrap.sh実行時にnginxのエラーが起きた
$ sudo /etc/init.d/apache2 stop

$ chmod a+x bootstrap.sh
$ sudo ./bootstrap.sh