CuriousJames / DIYAC

Raspberry Pi Python code & PCB design project to control door access (access control) via a wiegand card and/or keypad reader, handles a doorbell too
6 stars 2 forks source link

Create setup script #24

Open CuriousJames opened 4 years ago

CuriousJames commented 4 years ago

Create a scrip that 'installs' DIYAC onto the Pi - i.e. setups up the perpetual running of reader.py and cron job of watchdog.py.

Assume all folder and file contents are present through git clone.

tame-lx-tech commented 4 years ago

things to include: pre-req installs user and credential shuffling - disable pi user? setup of logrotate setup of service

CuriousJames commented 4 years ago

Don't disable pi, what I do now is disable passwords for ash and just use keys, but this shouldn't be handled by DIYAC, but we could include it as a recommendation on the readme