简体   繁体   English

Linux自动更新程序的框架

[英]Frameworks for a Linux auto updater

Basically, there is a webapp that runs on the localhost on ubuntu. 基本上,有一个可在ubuntu上的本地主机上运行的webapp。

I want to be able to implement an update or two from my side, and have the few machines that will be running the webapp also receive the update on their end. 我希望能够从自己的角度实施一两个更新,并且让少数将运行webapp的计算机也将在最后收到更新。 (All the machines that run the webapp on their localhost also have internet connectivity) (在其本地主机上运行webapp的所有计算机也都具有Internet连接)

I thought of 1) A SQL server that holds simply the latest version 2) The webapp connects to the server and checks the latest version and its own version 我想到了1)仅保留最新版本的SQL服务器2)Web应用程序连接到服务器并检查最新版本及其自己的版本

Beyond this, I'm a bit lost. 除此之外,我有点迷茫。 I was hoping someone could steer me in the right direction for framework or some text that outlines how to implement this sort of thing. 我希望有人能引导我朝着正确的方向发展框架或概述如何实现这种事情的文本。

-Apologizing in advance if the question is too vague/non-descriptive -如果问题过于含糊/不具描述性,请提前道歉

您可以创建自己的存储库并将其添加到程序包管理器的存储库列表中(为什么要重新发明轮子?) 带Apt的示例软件包存储库创建教程

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM