推荐用于 PHP 项目持续集成的服务器

Recommended server for continuous integration for a PHP project(推荐用于 PHP 项目持续集成的服务器)
本文介绍了推荐用于 PHP 项目持续集成的服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个 PHP 项目,我想了解实现持续集成的建议.

I'm working on a PHP project and I would like to know recommendations for implementing continuous integration.

我已经阅读了所有理论,但我从未使用过持续集成.所以应该比较容易上手.

I've read all the theory, but I never got to use continuous integration. So it should be rather easy to start.

我读过Xinc、Hudson 等,但我想根据经验获得一些反馈.你在 PHP 项目中使用过持续集成吗?你有什么经验吗?你会推荐哪个服务器?

I've read about Xinc, Hudson, among others, but I would like to get some feedback based on experience. Have you used continuous integration in PHP projects? What has been your experience? Which server would you recommend?

推荐答案

我运气不错 phpUnderControl,它基于 CruiseControl.

I have had good luck with phpUnderControl, which is based on CruiseControl.

这篇关于推荐用于 PHP 项目持续集成的服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Convert JSON integers and floats to strings(将JSON整数和浮点数转换为字符串)
in php how do I use preg replace to turn a url into a tinyurl(在php中,如何使用preg替换将URL转换为TinyURL)
all day appointment for ics calendar file wont work(ICS日历文件的全天约会不起作用)
trim function is giving unexpected values php(Trim函数提供了意外的值php)
Basic PDO connection to MySQL(到MySQL的基本PDO连接)
PHP number_format returns 1.00(Php number_Format返回1.00)