diff --git a/README.md b/README.md index ce1abef..18fbd27 100644 --- a/README.md +++ b/README.md @@ -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