Debian minimal kiosk with Chromium and audio support.
- Install Debian and log in (preferably over
ssh
). sudo su
to become root.cd /root
to switch to root's home.git clone
this project andcd
into it../install.sh
reboot
Edit kiosk.sh
to change the URL.
- You will need to install Vagrant and the virtualization platform of your choice e.g. VirtualBox.
vagrant up
.