How to use highline menu in 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.


    task :ask_for_environment do
      set :environments, [:production,:testing,:development]
     ...


Read More →

Bootstraping ec2 with Puppet, iClassify, and Capistrano

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...


Read More →

Automated Environment: Puppet, iClassify, and Capistrano

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...


Read More →

EC2 Deployment made easy: Capistrano and Capazon

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

But its not limited to this task. There exist many extensions to capistrano (called recipes) to make deployment and management...


Read More →


Interested in Cloud or Chef Trainings? Have a look at our Commandemy Trainings page. Need help migrating to the cloud? Check out Infralovers.

comments powered by Disqus
Blog Tags