Programmer-Automated Deployment Tools for PHP sites

Source: Internet
Author: User
Tags vps
There is no good recommendation for a PHP Automation deployment tool. Can manage on-line, post, rollback. Not svn,git updates and rollbacks for various versioning. Is the strategy of how to release a release based on the repository.

Reply content:

There is no good recommendation for a PHP Automation deployment tool. Can manage on-line, post, rollback. Not svn,git updates and rollbacks for various versioning. Is the strategy of how to release a release based on the repository.

After several companies, using a variety of deployment tools, most of their own companies developed, also useful for cappuccino, also have handmade: (

Later, I can not endure, determined to write a walle-web, Wally, now in addition to their own company, open source out there are other companies began to use. test environment, simulation environment, production environment, developers can freely in the test acceptance git feature branch, simulation and production environment simultaneously multiple projects multiple users simultaneously on-line non-interference. Other more features are not verbose, you can own host to experience, or first to the Watts homepage to understand the next


This also works, automatic deployment: https://gist.github.com/oodavid/1809044

http://deployer.org/
Https://github.com/deployphp/deployer

Our team is using the
Ansible+git

Search Githooks

Capistrano

We've tried to find a system like this before, but it's not appropriate.
Finally, I wrote a simple publishing system,
Subversion+hook+rsync.
It's relatively simple.

Because I am a person to develop small programs, so I do so, on the VPS above initialize the project warehouse

$mkdir 项目名$cd 项目名$git init

I used the zendstudio to commit to the VPS.
You can then use SSH to connect, such as

$ssh://ip:port/home/www/项目名/.git

Phptesting https://www.phptesting.org/

If you use Laravel, you can use envoy to add this script.
Https://github.com/nickfan/envoy-deployscript

http://segmentfault.com/q/1010000000642706 the efficiency of this method I tried to test the amount of data for millions of times efficiency gains

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.