Update trough SSH Shell

Linux related discussion about netjukebox
Locked
landruid
User
Posts: 12
Joined: Thu Jan 12, 2012 11:43 pm
Location: Amersfoort, The Netherlands
Contact:

Update trough SSH Shell

Post by landruid »

How to update the database through SSH Shell ???
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: Update trough SSH Shell

Post 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
landruid
User
Posts: 12
Joined: Thu Jan 12, 2012 11:43 pm
Location: Amersfoort, The Netherlands
Contact:

Re: Update trough SSH Shell

Post by landruid »

I Guess i didn't read te manual well, sorry :oops:
Locked