欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Capistrano
来自开放百科 - 灰狐
(版本间的差异)
第1行: | 第1行: | ||
Capistrano: Automating Application Deployment | Capistrano: Automating Application Deployment | ||
+ | A utility for executing commands in parallel on multiple machines, such as deploying applications to a cluster of boxes. | ||
==Functions== | ==Functions== | ||
* Great for automating tasks via SSH on remote servers, like software installation, application deployment, configuration management, ad hoc server monitoring, and more. | * Great for automating tasks via SSH on remote servers, like software installation, application deployment, configuration management, ad hoc server monitoring, and more. | ||
第6行: | 第7行: | ||
* Easy to customize. Its configuration files use the Ruby programming language syntax, but you don't need to know Ruby to do most things with Capistrano. | * Easy to customize. Its configuration files use the Ruby programming language syntax, but you don't need to know Ruby to do most things with Capistrano. | ||
* Easy to extend. Capistrano is written in the Ruby programming language, and may be extended easily by writing additional Ruby modules. | * Easy to extend. Capistrano is written in the Ruby programming language, and may be extended easily by writing additional Ruby modules. | ||
− | + | ==Links== | |
− | http://www.capify.org/ | + | *http://www.capify.org/ |
+ | *http://rubyforge.org/projects/capistrano/ |
2008年4月17日 (四) 15:22的版本
Capistrano: Automating Application Deployment
A utility for executing commands in parallel on multiple machines, such as deploying applications to a cluster of boxes.
Functions
- Great for automating tasks via SSH on remote servers, like software installation, application deployment, configuration management, ad hoc server monitoring, and more.
- Ideal for system administrators, whether professional or incidental.
- Easy to customize. Its configuration files use the Ruby programming language syntax, but you don't need to know Ruby to do most things with Capistrano.
- Easy to extend. Capistrano is written in the Ruby programming language, and may be extended easily by writing additional Ruby modules.
Links
分享您的观点