Articles by jfried

  • How To Manage Your Servers With Rex - Best Practice

    tux Author: jfriedTags: Comments: 0

    How To Manage Your Servers With Rex - Best Practice (R)?ex is a server orchestration and configuration management tool. With (R)?ex you can manage all your boxes from a central point through the complete process of configuration management and software deployment. In this guide I will show you with the help of a project how to use (R)?ex to configure your servers and how to deploy software.

  • Continuous Deployment With Jenkins And Rex

    ubuntu Author: jfriedTags: , , Comments: 1

    Continuous Deployment With Jenkins And Rex In this tutorial I will show you how to do continuous deployment with jenkins as a ci tool and Rex as a deployment tool. Together, we will set up Jenkins, the build and test process, a Subversion repository and our example Perl App. This tutorial can be used with Java-, PHP-, Rails-, ... projects as well. But for simplicity I've chosen Perl. This howto focuses on Ubuntu LTS 11.04 but it can also be done with other Linux Distributions.

  • Install Tomcat And Deploy Web Applications With Rex

    apache Author: jfriedTags: , , , , , , , , Comments: 0

    Install Tomcat And Deploy Web Applications With Rex In this tutorial I will show you how to manage your Tomcat installations and how to deploy Webapps in a repeatable way with Rex. In this tutorial I will use Debian Squeeze, but Rex is also available for other distributions.