tags capistrano

Die folgenden Seiten mit den Tags "capistrano" wurden gefunden.

EC2 Deployment einfach gemacht: Capistrano und Capazon

Posted by Edmund Haselwanter on Aug 19, 2008
Tags: amazon, aws, capistrano, cloud, ec2, environment-2.0

Capistrano is a tool for deploying and managing remote servers. Its origin is (ruby based;-) on deploying rails applications. weiterlesen…

Die automatisierte IT-Infrastruktur: Puppet, iClassify, und Capistrano

Posted by Edmund Haselwanter on Aug 27, 2008
Tags: amazon, aws, capistrano, cloud, ec2, environment-2.0, high availability, iclassify, puppet

There is a new hype: cloud computing. Your web site traffic grows? Add a new application server. Want to increase availability? Add a new web server. Among others Amazon offers a whole bunch of infrastructure to support these needs. But it is not enough to fire up a server. The web server should include apache, the app server should include tomcat. The deployment should be aware of the new app server. This is where Puppet, iClassify, and Capistrano come into play. Puppet does the configuration management, installs your desired web and app server.

weiterlesen…

Wie man eine Amazon EC2 Instanz mit Puppet, iClassify und Capistrano bootstraped

Posted by Edmund Haselwanter on Sep 06, 2008
Tags: aws, capistrano, cloud, ec2, iclassify, puppet

Searching through github ( http://github.com/search?q=puppet) I came across a very similar approach on howto bootstrap EC2 images with capistrano puppet and iclassify. ec2-cap is build on top of the Rightscale Amazon EC2 gem (http://rightaws.rubyforge.org/)

http://github.com/adamhjk/ec2-cap/tree/master

The main idea behind this is to

weiterlesen…

Wie man das Highline Menü in Capistrano verwendet

Posted by Edmund Haselwanter on Sep 21, 2008
Tags: capistrano

Sometimes invoking a task in Capistrano requires to input data. A very comfortable approach is to use highline since it is build for this purpose.

weiterlesen…