简体   繁体   中英

PHP Rapid Deployment

Is there a good, simple solution for PHP "one-click" deployment to a production server? And also with a functionality to reverse back if needed.

In particular, I am interested in this with regards the PHP code itself. But if you know a good solution for MySQL, it is also welcome.

For deploying easily, we use Capistrano (its a Ruby tool, but deploys anything really) and its great, just need

cap deploy

from the command line (at its simplest)

If you want something written in PHP I can't name any I'm afraid.

For MySQL, I guess you would need some kind of migration tool, or build your db changes into SQL files that can be run by your deployment script.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM