Raspberry Pi と weaved

Created Date: 2016-05-25/ updated date: 2018-03-13
Owner & Collaborators
License
Summary
Raspberry Pi (以降ラズパイと記す) の勉強会の資料です。
この記事は Raspberry Pi 勉強会 の一部です。

Memo

web の設定

posted by ohwada on May 25, 2016
weaved のサービスとして web を設定する
ssh の設定と同じです。
Protocol Selection Menu で 2 を選択します。

---
$ sudo weavedinstaller

*********** Protocol Selection Menu ***********                                         
*    1) SSH on default port 22                
*    2) Web (HTTP) on default port 80         
*    3) VNC on default port 5901              
*    4) Custom (TCP)                          
*    5) Return to previous menu               
***********************************************
Please select from the above options (1-5): <== 2
---

Comments