1
0
Fork 0
song-caller/README.md

17 lines
235 B
Markdown

install
add cronjob to run master file
```
* * * * * cd /path/to/project && php caller.php 1>> /dev/null 2>&1
```
dependencies
composer
php5-sqlite
sqlite
sqlite3
sql
create-table.php will create the table; set permissions to 666?