Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Despliegue con Capistrano

Despliegue con Capistrano

Despliegue con capistrano - Medellin.rb

Jean Pierre

January 29, 2015
Tweet

More Decks by Jean Pierre

Other Decks in Programming

Transcript

  1. Nginx (pronounced engine-x) is a free, open-source, high- performance HTTP

    server and reverse proxy, as well as an IMAP/POP3 proxy server.
  2. Unicorn is an HTTP server for Rack applications designed to

    only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels.
  3. Capistrano is a remote server automation tool. It supports the

    scripting and execution of arbitrary tasks, and includes a set of sane- default deployment workflows.