2016-11-01から1ヶ月間の記事一覧

redash使う簡易メモ

実際に使ってみる。 MySQL準備 参照するテーブル等作っておく。 $ mysql -u root -p # ユーザー mysql> CREATE USER 'mfham'@'localhost' IDENTIFIED BY '****'; # 権限 mysql> show grants for 'mfham'@'localhost'; +------------------------------------…

Ubuntu+redash簡易メモ

Ubuntu+VirtualBox簡易メモ - にっちとだじゃれ これでUbuntuを入れたので、次に Re:dash - Make Your Company Data Driven を入れる。 環境 Ubuntu Server 16.04.1 LTS インストール $ git clone https://github.com/getredash/redash.git $ cd redash/setu…

Ubuntu+VirtualBox簡易メモ

忘れないようにするためのメモ。 Re:dash - Make Your Company Data Drivenを触りたくて。 参考 Download Ubuntu Server | Download | Ubuntu 環境構築メモ Virtual Box に Ubuntu を入れ SSH 接続する - Qiita Virtualboxで仮想サーバー構築(ubuntu server…