Skip to content

Alf.io-PI 0.9.4

Compare
Choose a tag to compare
@cbellone cbellone released this 04 Nov 18:05
· 88 commits to 0.9-maintenance since this release
90425fb

Fix layout on Zebra ZD410

how to update from 0.9.3 to 0.9.4

update alf.io-PI application

ssh to running RaspberryPI (or cd to <mountpoint>/home/pi)

  • $cd app
  • if raspberry pi is running: $sudo systemctl stop alfio
  • $rm -rf data/ logs/ alfio-pi-synckv
  • $wget https://github.com/alfio-event/alf.io-PI/releases/download/v0.9.4/alfio-pi-0.9.4.jar
  • $chmod a+x alfio-pi-0.9.4.jar
  • $rm -f alfio-boot.jar alfio-pi-0.9.3.jar ; ln -s alfio-pi-0.9.4.jar alfio-boot.jar
  • $mv alfio-pi-0.9.3.conf alfio-pi-0.9.4.conf

(optional) update udev config for recognizing new printers (Zebra and Bixolon)

  • $sudo wget -O /etc/udev/rules.d/99-alfio.rules https://raw.githubusercontent.com/alfio-event/alf.io-PI/v0.9.4/etc/udev/rules.d/99-alfio.rules
  • $wget -O /opt/alfio/init-printer.sh https://raw.githubusercontent.com/alfio-event/alf.io-PI/v0.9.4/opt/alfio/init-printer.sh
  • $wget -O /opt/alfio/device-name.sh https://raw.githubusercontent.com/alfio-event/alf.io-PI/v0.9.4/opt/alfio/device-name.sh