/kiosk-pi

Raspberry Pi -> kiosk / infoRad / dashboard helper script

Primary LanguageShell

kiosk-pi

========

Easily set up a fresh new Raspberry Pi for use as a web browser based kiosk.

For more information check out the original blog post for the folks at Geckoboard at blog post.

how to

======

Make sure your Pi is online. Open a terminal emulator, and run these two commands:

export DASHBOARD_URL=https://webaddress.com:8080

curl -L https://raw.githubusercontent.com/stevebargelt/kiosk-pi/master/install.sh | bash

You can revert your Pi with:

curl -L https://raw.githubusercontent.com/stevebargelt/kiosk-pi/master/rollback.sh | bash