修补 Perl CGI Web 应用程序
我已经用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您已将代码与配置和数据分开,那么最简单的方法是 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