<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>lejnieks &#187; Hudson</title>
	<atom:link href="http://www.lejnieks.com/tag/hudson/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lejnieks.com</link>
	<description></description>
	<lastBuildDate>Thu, 08 Mar 2012 16:38:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setting up Hudson on Ubuntu for Continuous Integration</title>
		<link>http://www.lejnieks.com/2009/setting-up-hudson-on-ubuntu-for-continuous-integration/</link>
		<comments>http://www.lejnieks.com/2009/setting-up-hudson-on-ubuntu-for-continuous-integration/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 19:02:54 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Hudson]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=56</guid>
		<description><![CDATA[Heres a quick writeup on setting up Hudson on an Ubuntu server. Install Subversion sudo apt-get install subversion Install libapache2-svn sudo apt-get install libapache2-svn Restart apache for the changes to take effect sudo /etc/init.d/apache2 restart Enable ssl sudo a2enmod ssl Create a certificate sudo apt-get install ssl-cert sudo mkdir /etc/apache2/ssl sudo make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/apache.pem sudo [...]]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2009/setting-up-hudson-on-ubuntu-for-continuous-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing LAMP on a clean Ubuntu server</title>
		<link>http://www.lejnieks.com/2009/installing-lamp-on-a-clean-ubuntu-server/</link>
		<comments>http://www.lejnieks.com/2009/installing-lamp-on-a-clean-ubuntu-server/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 04:53:45 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Hudson]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=55</guid>
		<description><![CDATA[I recently just setup a clean Ubuntu server, I&#8217;m going to use this box for my dedicated CI machine and repository. To prepare this box for being a Continuous Integration machine I need to do a few things first including getting it to be accessible to the web. This post walks through getting a clean [...]]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2009/installing-lamp-on-a-clean-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Tomcat on CentOS</title>
		<link>http://www.lejnieks.com/2008/installing-tomcat-on-centos/</link>
		<comments>http://www.lejnieks.com/2008/installing-tomcat-on-centos/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 05:27:26 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Hudson]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Yum]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=52</guid>
		<description><![CDATA[Continuing in setting up my CentOS server, the next thing I need is to get Hudson setup. Before I can get Hudson up and running I&#8217;ll need to get Tomcat installed. I could of course use Winstone which will get me up and running, but I know I will need Tomcat soon for some other [...]]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/installing-tomcat-on-centos/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Setting up a CentOS server</title>
		<link>http://www.lejnieks.com/2008/setting-up-a-centos-server/</link>
		<comments>http://www.lejnieks.com/2008/setting-up-a-centos-server/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 05:14:49 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Hudson]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Webmin]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=51</guid>
		<description><![CDATA[More recently I have been having some issues with Plesk, I&#8217;ve felt like I&#8217;ve been fighting with Plesk&#8217;s default generic templates and cookie cutter processes. What should be simple such as adding custom wars to Tomcat end up proving more times then not to be a royal pain. This passed month I ended up playing [...]]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/setting-up-a-centos-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

