Changes to be committed:

modified:   README.md
    new file:   beloit/menu.png
    new file:   clay/menu.png
    new file:   docker.sh
    new file:   docker/Dockerfile
    new file:   docker/entrypoint.sh
    new file:   index.html
    new file:   setup.sh
    new file:   st_marys/menu.png
    new file:   startup.sh
This commit is contained in:
2026-01-21 18:44:55 -06:00
parent 0843a5f07c
commit 0a92807bdd
10 changed files with 114 additions and 0 deletions

15
setup.sh Normal file
View File

@@ -0,0 +1,15 @@
sudo wget -O /startup.sh https://raw.githubusercontent.com/stenny94/kiosk-menu/refs/heads/main/startup.sh
sudo chmod a+x /startup.sh
docker rm -f kiosk-menu
echo ""
echo ""
echo "--------------------------------------------------"
read -p "Please enter your store location (e.g., clay, beloit, st_marys): " STORELOCATION < /dev/tty
echo "Setting location to: $STORELOCATION"
echo "--------------------------------------------------"
echo ""
echo ""
docker run -d -p 8080:80 --name kiosk-menu --restart=always -e LOCATION="$STORELOCATION" stenny94/kiosk-menu:latest