This is a PHP application built by OpenSavannah to check-in attendees at its meetups. It features a built-in webcam for taking photos as guests arrive, printing functionality for nametags, and stores results locally as a CSV.
- Create a MySQL database on server.
- Unzip directory or
git clone
into an empty directory. - Input the credentials for the MySQL user on the MySQL database you just created in the
/config.php
file. - Navigate to
/admin.php
to configure setup options and set admin password.