Page 1 of 1

Update trough SSH Shell

Posted: Fri May 04, 2012 12:05 am
by landruid
How to update the database through SSH Shell ???

Re: Update trough SSH Shell

Posted: Fri May 04, 2012 8:23 am
by wbartels
RTFM :wink:
+------------------------------------------------------------------------+
| Command line update |
+------------------------------------------------------------------------+
netjukebox update can be run from the command line.
This way it is possible to schedule an update with a Windows Scheduled Task or Linux Cron Job.
Examples:
C:\PHP\php.exe "D:\Internet\netjukebox\update.php" update silent
php /var/www/update.php update silent

Re: Update trough SSH Shell

Posted: Fri May 04, 2012 5:37 pm
by landruid
I Guess i didn't read te manual well, sorry :oops: