<?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/"
	>

<channel>
	<title>MJS1&#124;dotcom &#187; Uncategorized</title>
	<atom:link href="http://www.mjs1.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mjs1.com</link>
	<description>Gettin' It Done with Code</description>
	<pubDate>Thu, 01 Apr 2010 11:05:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting up JIRA on CentOS 5.2</title>
		<link>http://www.mjs1.com/2010/03/29/setting-up-jira-on-centos-52/</link>
		<comments>http://www.mjs1.com/2010/03/29/setting-up-jira-on-centos-52/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 11:26:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mjs1.com/?p=155</guid>
		<description><![CDATA[I have always been a fan of Agile Software management and practiced it to its fullest.  So when I found out about the JIRA software and Grasshapper for Agile software management I wanted to give it a try.  First, I downloaded the JIRA evaluation software and ran it on my desktop to check out its [...]]]></description>
			<content:encoded><![CDATA[<p>I have always been a fan of Agile Software management and practiced it to its fullest.  So when I found out about the JIRA software and Grasshapper for Agile software management I wanted to give it a try.  First, I downloaded the JIRA evaluation software and ran it on my desktop to check out its functionality and usability.   I was quite impressed with it and after that I was ready to try to install it on a production system with a recommended database.</p>
<p>(update)  So the plan is to install the stand-alone version of JIRA on a based CentOS 5.2 system.  This stand-alone version already has a tomcat version in it and a rudimentary database.  However, after we verify the installation, we will switch the connection to a MySQL database and allow connections from outside.</p>
<p>So I downloaded the linux version, unzipped it and placed the files in /usr/bin/ directory.  I renamed the directory base directory to jira.</p>
<p>I added the jira user per the instructions.</p>
<p>When trying to run jira for the first time, I saw in the log file that it did not run due to the JAVA_HOME variable not being set.  I used the ls -al command mentioned in the comments of installing JAVA on the jira site and then used then set the JAVA_HOME variable.  java -version was used to make sure that java was installed.</p>
<p>To run JIRA you must set the JAVA_HOME variable, export it, then start JIRA.  That is from the command prompt.</p>
<p>JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk</p>
<p>export JAVA_HOME</p>
<p>bin/startup.sh</p>
<p>go to http://localhost:8080 to test</p>
<p>if locked, you must remove the .lck file</p>
<ol>
<li>CD to the JIRA Home directory</li>
<li>Run <tt>ls -al</tt></li>
<li>Run rm .jira-home.lock</li>
</ol>
<p>So the plan is to install JIRA on a CentOS 5.2 Apache webserver running the TomCat 5.X or 6.X application server.  Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages  technologies.</p>
<p>A couple articles I will be using to help me with this task are.</p>
<p><a href="http://geekzine.org/2009/02/19/configure-tomcat-6-java-6-on-centos-52-with-apache-on-port-8080/">http://geekzine.org/2009/02/19/configure-tomcat-6-java-6-on-centos-52-with-apache-on-port-8080/</a></p>
<p>I will also be using the official JIRA installation manuals.  They have what appears to be a very extensive and well documented installation guide.</p>
<p><a href="http://confluence.atlassian.com/display/JIRA/JIRA+Installation+and+Upgrade+Guide">http://confluence.atlassian.com/display/JIRA/JIRA+Installation+and+Upgrade+Guide</a></p>
<p>So I will also be using the following topics</p>
<p><a title="Installing JIRA WAR-EAR" href="http://confluence.atlassian.com/display/JIRA/Installing+JIRA+WAR-EAR">Installing JIRA WAR-EAR</a></p>
<p><a title="Installing JIRA on Tomcat 5.5" href="http://confluence.atlassian.com/display/JIRA/Installing+JIRA+on+Tomcat+5.5">Installing JIRA on Tomcat 5.5</a></p>
<p><a title="Connecting JIRA to MySQL" href="http://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+MySQL">Connecting JIRA to MySQL</a></p>
<p><a title="Running JIRA in a Virtualised Environment" href="http://confluence.atlassian.com/display/JIRA/Running+JIRA+in+a+Virtualised+Environment">Running JIRA in a  Virtualised Environment</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mjs1.com/2010/03/29/setting-up-jira-on-centos-52/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

