Go to file
EggMan20339 c3a1359339 changes
2024-05-09 20:16:10 -04:00
.idea need pip fido2 update 2024-05-07 09:18:19 -04:00
config.ini more 2024-05-06 14:12:46 -04:00
crontab script and crontab 2024-05-06 14:23:37 -04:00
install.sh script change 2024-05-09 19:39:40 -04:00
main.py changes 2024-05-09 20:16:10 -04:00
readme.md change in readme install scrip 2024-05-07 08:49:54 -04:00
RegisterKey.py changes 2024-05-09 20:11:39 -04:00
startup.sh changed path 2024-05-07 00:56:24 -04:00

Welcome

This project is a Door access system built on RPIs

Getting Started

  1. Start by installing the latest version of raspianOS on your Raspberry Pi
    1. Get Raspberry Pi Imager from the web
    2. Launch it
    3. Choose your model (RPI 4)
    4. Choose OS (Raspberry PI OS 64-bit)
    5. Select your SD card
    6. Press Ctrl+Shift+X
    7. Set a hostname
    8. Set a username and password
    9. Set locale settings
    10. Press Save
    11. Press the "Next" button
    12. Continue through any further prompts, keeping all settings that were set
  2. Boot the Raspberry Pi
  3. Open a command prompt on a seperate computer
  4. Ping the hostname set in 1.vii to find the IPv4 address (might need -4 flag)
  5. SSH into the RPI (Raspberry Pi)
  6. run git clone https://gitea.eggtech.net/eggman20339/CNSA-276-FP.git && sudo sh CNSA-276-FP/install.sh
  7. The script should take care of the rest, the RPI will restart and then auto start the program
  8. after reboot, to edit the config, SSH back in and navigate to /user/CNSA/CNSA-276-FP/
  9. run nano config.ini
  10. alter any config needed
  11. use Ctrl+x to exit and save