Update trough SSH Shell
-
- User
- Posts: 12
- Joined: Thu Jan 12, 2012 11:43 pm
- Location: Amersfoort, The Netherlands
- Contact:
Update trough SSH Shell
How to update the database through SSH Shell ???
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Update trough SSH Shell
RTFM
+------------------------------------------------------------------------+
| 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
-
- User
- Posts: 12
- Joined: Thu Jan 12, 2012 11:43 pm
- Location: Amersfoort, The Netherlands
- Contact:
Re: Update trough SSH Shell
I Guess i didn't read te manual well, sorry