<?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>Joe's Tech Blog &#187; how-to</title>
	<atom:link href="http://www.joestechblog.com/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joestechblog.com</link>
	<description>IT Support Notes, Tech Culture, Anything Geeky</description>
	<lastBuildDate>Mon, 26 Dec 2011 03:13:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The quickest way to install Joomla 1.5 on a LAMP server</title>
		<link>http://www.joestechblog.com/2010/01/17/the-quickest-way-to-install-joomla-1-5-on-a-lamp-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-quickest-way-to-install-joomla-1-5-on-a-lamp-server</link>
		<comments>http://www.joestechblog.com/2010/01/17/the-quickest-way-to-install-joomla-1-5-on-a-lamp-server/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 03:43:24 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Tips for IT Pros]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[joomla installation]]></category>
		<category><![CDATA[lamp]]></category>

		<guid isPermaLink="false">http://www.joestechblog.com/?p=43</guid>
		<description><![CDATA[So I was going to setup a website for my wife&#8217;s new gig on my web-server. I created the MySQL database, FTP account and configured Apache accordingly. After downloading the Joomla 1.5.15 tarball and starting the FTP upload to my web-server, I went looking for the Joomla quickstart guide. To my astonishment, the &#8220;quickstart&#8221; guide [...]]]></description>
			<content:encoded><![CDATA[<p>So I was going to setup a website for my wife&#8217;s new gig on my web-server. I created the MySQL database, FTP account and configured Apache accordingly. After downloading the Joomla 1.5.15 tarball and starting the FTP upload to my web-server, I went looking for the Joomla quickstart guide. To my astonishment, the &#8220;quickstart&#8221; guide is a full 49 pages long. Awesome, to say the least&#8230;and not too quick.</p>
<p>Here&#8217;s another one of those blog posts that&#8217;s mostly self-serving but hopefully helps a few other Joomla hopefuls.</p>
<p>To install Joomla 1.5 on a LAMP (Linux+Apache+MySQL+PHP) server:</p>
<ol>
<li>Download the tar or zip file from the <a href="http://www.joomla.org">www.joomla.org</a> website</li>
<li>FTP the contents of the file to your web server</li>
<li>Browse to the URL of your web-server (the URL of where you uploaded it)</li>
<li>Walk through the wizard, enter all information as needed.</li>
<li>Once you&#8217;re at the &#8216;Congratulations&#8217; page, reconnect via FTP and delete the &#8216;installation&#8217; folder from the server.</li>
<li>That&#8217;s it! You can now manage your Joomla site by going to the <a href="http://sitename.com/administrator">http://sitename.com/administrator</a> address.</li>
</ol>
<p>What&#8217;s great is that with the newer versions of Joomla, the admin console actually connects to your web-server using FTP to make changes to your config files and to upload Themes/Plugins, etc.. No more chmod&#8217;ing files on your web-server!</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.joestechblog.com%2F2010%2F01%2F17%2Fthe-quickest-way-to-install-joomla-1-5-on-a-lamp-server%2F&amp;t=The%20quickest%20way%20to%20install%20Joomla%201.5%20on%20a%20LAMP%20server" id="facebook_share_link_43">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_43') || document.getElementById('facebook_share_icon_43') || document.getElementById('facebook_share_both_43') || document.getElementById('facebook_share_button_43');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_43') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.joestechblog.com/2010/01/17/the-quickest-way-to-install-joomla-1-5-on-a-lamp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

