If you don’t already have your setup in a “production” state, the easiest way to get that working would be to do a fresh install with a script I’ve recently developed which should install my latest updates, including the support for automatically adding the RFID tokens to the Admin > Tokens screen when they are scanned so you can then assign them to a user. I would also, selfishly, like people to beta-test this!!
On a fresh Debian (or Raspbian on RPi) install, run the following:
bash <(wget -qO- https://raw.githubusercontent.com/johnnyruz/kegbot-server/add_my_pkgs_to_github/install_latest.sh)
On another side note, I’ve also put together a script to install the Node.JS server to allow for Live Pour data as well as Live feedback when you scan RFID tags. Run this AFTER you’ve completed your Kegbot install and know your IP address and API key for the installation:
bash <(wget -qO- https://raw.githubusercontent.com/johnnyruz/kegbot-server/add_my_pkgs_to_github/install_node_latest.sh)