1
0
Fork 0
song-caller/README.md

17 lines
235 B
Markdown
Raw Permalink Normal View History

install
add cronjob to run master file
```
* * * * * cd /path/to/project && php caller.php 1>> /dev/null 2>&1
2013-03-04 19:24:18 -05:00
```
dependencies
2013-03-05 11:33:51 -05:00
composer
2013-03-04 19:24:18 -05:00
php5-sqlite
sqlite
sqlite3
sql
2013-03-05 11:33:51 -05:00
create-table.php will create the table; set permissions to 666?