Skip to content

nerves-web-kiosk/kiosk_example

Repository files navigation

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!!