Help with deployment with automatic updates from server

brotherkennyh

Member
Joined
Jun 18, 2013
Messages
11
Programming Experience
Beginner
Hi all,
Can anyone provide some advice or direct me to some good articles for what I am trying to achieve?

I want to deploy my application and make it self updating. I want it to update from a Linux based server. The clients and server will not always have an internet connection so is it possible that any of the clients can check for updates over the internet and save it to a file share on the server? Thus allowing clients that connect to the server to access the updates while an internet connection is not available?
The application is accessing a MySQL database on the server so I am also assuming I need to include the MySQL connector with the installation.

Any suggestions or help would be appreciated.

Cheers

Kenny
 
Back
Top