Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 746 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 746 Bytes

KioskExample

This is the example kiosk application for followings,

How to try

git clone https://github.com/nerves-web-kiosk/kiosk_example.git
cd kiosk_example
export MIX_TARGET=rpi4
mix deps.get
mix firmware
mix burn

Then,

  1. Insert SD to your rpi4
  2. Connect micro HDMI cable to your rpi4 and display
  3. Boot it!!

You will see Phoenix LiveDashboard on your display!!!

You can change the URL to use KioskExample.change_url("http://example.com") on IEx console over SSH.

And there are some functions in KioskExample module which lead browser to famous URL. Enjoy!!