Home >Backend Development >PHP Tutorial >关于多台机器统一环境如何发布代码?

关于多台机器统一环境如何发布代码?

WBOY
WBOYOriginal
2016-06-06 20:48:001241browse

请问常用的代码上线方式有哪些呢?比如sf是怎么做的呢?除了rsync,还有其他的方式吗?

回复内容:

请问常用的代码上线方式有哪些呢?比如sf是怎么做的呢?除了rsync,还有其他的方式吗?

Capistrano,最好和 git/svn 配合。

每个服务器装上git或者hg,pull一下就可以发布了。 好处是回滚很方便。

比如通过hudson/jenkins 之类的工具编译好应用,再通过puppet 推送下去,然后自动重启应用服务器。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn