- Made to help check in system in a small scale organization or club
- Hosted on a Raspberry Pi (developed on Pi 4) on Ubuntu
- On fresh install of Ubuntu LTS (server)
- sudo apt update
- sudo apt upgrade
- sudo apt install
- sudo apt install python3
- sudo apt install python3-lgpio
- sudo apt install python3-dev python3-pip python3-venv
- lsmod | grep spi
- search for spi_bcm2835
- sudo apt install php libapache2-mod-php
- installing git
- sudo apt install git-all
- git --version
- python3 -m venv env
- source env/bin/activate || (windows) source env/Scripts/activate
- python3 -m pip install spidev
- python3 -m pip install mfrc522
- RFID set up
- Integrate RFID
- LGPIO for ubuntu
- Installing PHP on Ubuntu
- https://raspberrypi.stackexchange.com/questions/40105/access-gpio-pins-without-root-no-access-to-dev-mem-try-running-as-root
- RFID reader --> rc522
- Raspberry PI
- Apache server is installed