Page 1 of 4

Thoughtworks Cruise 1.1 on Centos 5.2 EC2 building repo from github

In this blog post I will show how to launch a Centos 5.2 Amazon ami image, install Cruise 1.1 from Thoughtworks (also known as Cruise Control) and building a Java project, fetched from a github repository.

Start new image with ElasticFox

RightImage...


Read More →

Tomcat character enconding UTF-8

As with EVERY project sooner or later I encounter character encoding problems. This time everything seemed to be ok. UTF-8 settings everywhere I can think of. Did I miss something?

On the development environment it worked well, but on production UTF


Read More →

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 →

Puppet and external node definition through icpuppet from iClassify

Puppet is great for “implementing” server infrastructure. Puppet has a concept of nodes and classes.


node 'webserver.testing.com' { 
        include apache 
} 

class apache { 

$packagelist = ["httpd", "webalizer", "mod_ssl"] 

package { $packagelist...


Read More →

Next page

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