Skip to content

Basic Installation

Ancoromotch edited this page Feb 19, 2018 · 1 revision

install.sh 概要

テスト用環境

User : pi (愚か)
OS : Raspbian Stretch Nov.2017
Raspberry Pi3 model B にOSをインストールした後に以下を実行する.

インストールの流れ

  1. githubからinstall.shを取得する.
    wget https://raw.githubusercontent.com/Team-IoTsystem/Vortoj/master/install.sh
  2. install.shの12~14行目について, 使用する環境に応じて変更する.
初期IPアドレス:192.168.1.111
アクセスポイント名:Miagete-goLAN
アクセスポイントパスワード:yorunohoshiwo
  1. 取得したinstall.shに実行権限を与える.
    chmod u+x install.sh
  2. install.shを実行してインストールを開始する.
    sudo -E ./install.sh
  3. 処理が終わり再起動されるまで待つ.
  4. MySQLの設定 (install.sh未対応)
    6-1.
Clone this wiki locally