musicbrowser icon indicating copy to clipboard operation
musicbrowser copied to clipboard

Add to documentation: automatic index rebuilding via chron

Open strangecode opened this issue 11 years ago • 0 comments

You might want to add this to the docs or github wiki:

To automatically rebuild the search index daily, add this to your crontab:

@daily curl -su username:password 'http://music.example.com/index.php?path=&builddb' >/dev/null

strangecode avatar Aug 13 '13 15:08 strangecode