-
Notifications
You must be signed in to change notification settings - Fork 0
Basic Installation
Ancoromotch edited this page Feb 19, 2018
·
1 revision
User : pi (愚か)
OS : Raspbian Stretch Nov.2017
Raspberry Pi3 model B にOSをインストールした後に以下を実行する.
- githubからinstall.shを取得する.
wget https://raw.githubusercontent.com/Team-IoTsystem/Vortoj/master/install.sh
- install.shの12~14行目について, 使用する環境に応じて変更する.
初期IPアドレス:192.168.1.111
アクセスポイント名:Miagete-goLAN
アクセスポイントパスワード:yorunohoshiwo
- 取得したinstall.shに実行権限を与える.
chmod u+x install.sh
- install.shを実行してインストールを開始する.
sudo -E ./install.sh
- 処理が終わり再起動されるまで待つ.
- MySQLの設定 (install.sh未対応)
6-1.