Jump to content

Ideas for a Remote Update solution


Kevin Welsh

Recommended Posts

I'm looking for experience / ideas around an update system. I could pull source from GitHub.

 

I could package up zips, pull them with wget, unzip and overwrite files in the file system with the contents of the zip. Maybe include a script_pre.sh and script_post.sh to run before and after the file copy/replace routine.

 

Any other ideas, suggestions, frameworks?

Link to comment
Share on other sites

If you use Debian based distro, pack thing into .deb files and create repository. On others use theirs default packaging system. It's designed for such work ... perhaps it's not noob easy but it's a right way to do it.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines