Update 'README.md'
This commit is contained in:
@@ -16,14 +16,18 @@ Läuft auf einem raspberry pi, mit einem PN532 über I2C verbunden.
|
|||||||
|
|
||||||
Braucht folgende sachen im "sudo crontab -e":
|
Braucht folgende sachen im "sudo crontab -e":
|
||||||
|
|
||||||
|
```
|
||||||
0 1 * * * sudo reboot #reboot the machine every day at 01:00
|
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
|
* * * * * 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
|
@reboot sh /home/zutritt/launcher.sh > /home/zutritt/logs/cronlog 2>&1
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
###Website
|
###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
|
###Reader
|
||||||
Python und stuff installieren, dann den ordner "reader_data" nach "/home/zutritt/Documents/sarah" kopieren
|
Python und stuff installieren, dann den ordner "reader_data" nach "/home/zutritt/Documents/sarah" kopieren
|
||||||
|
|||||||
Reference in New Issue
Block a user