I am designing an open source mail client! And need some help with my auto update system. Here is what I have been thinking....
During Install the url and path to the update script is recorded in a file on my server. Finished!
When an update is available I go to a script on my server and it goes to the update script on numerous servers. (That is what i need help with)
The Update Script Runs, Downloads, Unzips, and Deletes the Zip Folder. Finished!
At next log in a script installs the updates. Finished!
The Admin is notified about the recent updates. Finished!
That way the admin does not have to setup a cron job or schedule a windows command!!!
I just need a script that can trigger the command on multiple servers. Right now I can access the script and it runs by just going to the php script in the url bar. Thank you for the help!
PS I don't care if it ends up looking like this
My Server has unlimited space and is VERY powerful. Thanks!
-HD