FCBackground-SetupEntryExitFacialRec
Jump to navigation
Jump to search
FCB Entry & Exit Facial Rec Configuration[edit | edit source]
Pre-Req[edit | edit source]
This configuration contains 2 PCs (entry & exit) and 1 bluebox reader
Special Case Setup[edit | edit source]
Setup Bluebox Reader[edit | edit source]
nc localhost 2020 set lmserverurl http://10.10.10.20:3000/ commit exit systemctl restart rfid
Setup Redirect on Entry PC[edit | edit source]
sudo apt install nginx-core sudo apt-get install lua-nginx-string sudo apt-get install nginx-extras wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/fcb/nginx_default -O /etc/nginx/sites-available/default sudo ln -s /etc/nginx/sites-available/default /etc/nginx/sites-enabled/ systemctl restart nginx
Troubleshoot / Test[edit | edit source]
journalctl --user -efu FacialRecognition cat /var/log/nginx/access.log cat /var/log/nginx/error.log