Update 'README.md'

This commit is contained in:
2022-06-15 17:04:54 +02:00
parent b6e26b6a82
commit 7b9f8d41a3

View File

@@ -16,14 +16,18 @@ Läuft auf einem raspberry pi, mit einem PN532 über I2C verbunden.
Braucht folgende sachen im "sudo crontab -e":
```
0 1 * * * sudo reboot #reboot the machine every day at 01:00
* * * * * sudo python /home/zutritt/Documents/sarah/sarah_crontab_sytem_functions.py #open the system functions once a minute, to check if we need to reboot
@reboot sh /home/zutritt/launcher.sh > /home/zutritt/logs/cronlog 2>&1
```
###Website
setzt eine funktionierende apache config voraus, dann den ordner "website_data" nach "/var/www/" kopieren
setzt eine funktionierende apache config voraus, dann den ordner "website_data" nach "/var/www/" kopieren. für die .htaccess allow rewrite enablen (/etc/apache2/apache2.config)
###Reader
Python und stuff installieren, dann den ordner "reader_data" nach "/home/zutritt/Documents/sarah" kopieren