修补 Perl CGI Web 应用程序

发布于 2024-08-23 07:06:38 字数 141 浏览 5 评论 0原文

我已经用 Perl 编写了一个 Web CGI 应用程序,在开始将其分发给客户之前,我想提供一个用于将来更新的选项。

我想知道使用免费 Linux 工具的标准方法是什么。 更新期间服务器停止是可以的。

谢谢你,

斯帕斯基

I've written a web cgi application in perl and before I start to distribute it to clients, I'd like to provide an option for future updates.

I would like to know what are the standard approaches for that using free Linux tools.
It is OK for the server to be stopped during updating.

Thank you,

Spasski

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

善良天后 2024-08-30 07:06:38

如果您已将代码与配置和数据分开,那么最简单的方法是 tar/zip 新文件并将它们解压到现有安装中。如果您需要更新数据文件,那么您可以包含一个进行必要更改的脚本。

查看 bugzilla 升级指南。我已经多次使用这个过程,没有出现任何问题。

http://www.bugzilla.org/docs/tip/en/ html/upgrade.html

If you have separated code from configuration and data, then the easiest way is to tar/zip the new files and unpack them onto the existing installation. If you need to update the data files, then you could include a script that makes the necessary changes.

Take a look at th bugzilla upgrade guide. I've used this process many times without a hitch.

http://www.bugzilla.org/docs/tip/en/html/upgrade.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文