安装持续集成是否会干扰服务器上的其他站点
我的 VPS 上运行着许多 php 网站。我想再建立一个网站,但需要持续集成流程。现在我阅读了文档,我认为我需要为此安装很多东西。
所以我想知道我的其他网站是否会受到影响,或者我可以将其他网站分开。并仅在一个站点使用持续集成服务器 Jenkins 或 Hudson。是否可以。
有没有什么书可以指导我构建此类项目?
I have many php sites running on my VPS. I want to build one more Site but with continuous integration process . Now i read the docs and i think i need to install many things for that.
So i want to know will my other sites be affected or i can keep other sites separate. and use continuous integration server Jenkins or Hudson only for one site. is it possible.
Is there any book which can guide me in building that sort of project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于您使用的是 VPS,您可能可以克隆您当前的设置。
在克隆中,设置 CI 并检查其他站点是否没有任何问题。在您认为完成后,要么
如果您当前的网站关闭一段时间(例如业余爱好网站)并不是什么大问题,那么我就会继续使用它。只需阅读文档和在开始之前先阅读教程,以找出最终的陷阱。
(这一推理可以应用于服务器的所有重大更改,CI 示例执行起来应该相当安全,因为我上次尝试时,Hudson 只有一个文件大...)
Since you're using a VPS, you could probably clone your current setup.
In the clone, setup the CI and check that nothing broke in the other sites. After you think you're done, either
If it's not a huge deal that your current site goes down for a while (like a hobby site) then I would just go for it. Just read docs & tutorials before you start, to find out about eventual pitfalls.
(This reasoning could be applied to all major changes of your server, the CI-example should be quite safe to perform since, last time I tried, Hudson was only one file large...)