<?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>Beauty in Design &#187; Joomla install</title>
	<atom:link href="http://beautyindesign.com/tag/joomla-install/feed/" rel="self" type="application/rss+xml" />
	<link>http://beautyindesign.com</link>
	<description>training and tutorials for all things Joomla</description>
	<lastBuildDate>Sat, 27 Feb 2010 02:41:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JOOMLA 1.5 Administration Lesson 2: Community</title>
		<link>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-2-community/</link>
		<comments>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-2-community/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 21:50:10 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla admin]]></category>
		<category><![CDATA[Joomla install]]></category>

		<guid isPermaLink="false">http://beautyindesign.com/?p=272</guid>
		<description><![CDATA[The second video of the basic J! 1.5 Admin series briefly covers the main Joomla! website and how to use the most common, necessary aspects of it.

Quick links from the video:
Joomla!&#8217;s homepage
J! Connect
The Forums
Extension Directory
The Documentation
The API
Missed the other lessons?

Lesson One &#8211; What is Joomla!?
Lesson Two &#8211; The Community (current)
Lesson Three &#8211; Installation
Lesson Four &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>The second video of the basic J! 1.5 Admin series briefly covers the main Joomla! website and how to use the most common, necessary aspects of it.</p>
<p><span id="more-272"></span><p><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-2-community/"><em>Click here to view the embedded video.</em></a></p></p>
<h3>Quick links from the video:</h3>
<p><a href="http://joomla.org">Joomla!&#8217;s homepage</a></p>
<p><a href="http://community.joomla.org/connect.html">J! Connect</a></p>
<p><a href="http://forum.joomla.org/">The Forums</a></p>
<p><a href="http://extensions.joomla.org/">Extension Directory</a></p>
<p><a href="http://docs.joomla.org/">The Documentation</a></p>
<p><a href="http://api.joomla.org/">The API</a></p>
<p style="font-size: 13px; line-height: 19px;">Missed the other lessons?</p>
<ul>
<li><a href="../screencasts/joomla-15-administration-lesson-1-intro-to-joomla/">Lesson One &#8211; What is Joomla!?</a></li>
<li>Lesson Two &#8211; The Community (current)</li>
<li><a href="../screencasts/joomla-15-administration-lesson-3-installation/">Lesson Three &#8211; Installation</a></li>
<li><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-4-overview/">Lesson Four &#8211; Admin Overview</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-2-community/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Joomla Install via SVN = Faster install</title>
		<link>http://beautyindesign.com/blog/joomla-install-via-svn-faster-install/</link>
		<comments>http://beautyindesign.com/blog/joomla-install-via-svn-faster-install/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 05:19:18 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Joomla install]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://server.expressionindesign.com/xid_labs/bid_wordpress/?p=7</guid>
		<description><![CDATA[A lot of people install Joomla by downloading the zip file with all the Joomla files and then following that by uploading it to their server.  This, of course, takes extra time as uploading thousands of files is a little laborious.  Well, if you can learn to do this via SVN, it will [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of people install Joomla by downloading the zip file with all the Joomla files and then following that by uploading it to their server.  This, of course, takes extra time as uploading thousands of files is a little laborious.  Well, if you can learn to do this via SVN, it will speed your install process to an almost instant upload to your server (well&#8230;download&#8230;.technically).</p>
<h3>Connecting via SSH</h3>
<p>Start by opening the command line (i.e. Terminal) and typing &#8220;<code>ssh -l usernamehere addresshere</code>&#8220;.</p>
<p>The &#8220;<code>-l</code>&#8221; stands for setting the username of the site, which immediately after the &#8220;<code>-l</code>&#8220;, the username must be declared. After the username is declared, then the address for what you are trying to connect to must be entered.</p>
<p>upon hitting &#8220;enter&#8221;, it will ask for the password of the domain, once you enter that, you will be connected.</p>
<h3>Downloading Joomla via SVN</h3>
<p>There are some simple commads you can do to find out where you are at.  Typing &#8220;ls&#8221; will list all the directories.  Typing &#8220;cd&#8221; and then the directory name will change to that directory (placing you inside that directory).</p>
<p>To use Hostmysite.com as an example, the web folder is in the &#8220;htdocs&#8221;.  So you would type &#8220;cd htdocs&#8221; to switch to that folder, placing you in that directory; the directory where we want to upload Joomla.</p>
<p>After arriving in the directory you want to upload Joomla, checking out Joomla to that diretory is simple by entering this command:</p>
<p><code>svn export --force --username anonymous <a href="http://joomlacode.org/svn/joomla/development/releases/1.5">http://joomlacode.org/svn/joomla/development/releases/1.5</a> . </code></p>
<p>This will then place to the folder on the server, the latest Joomla release.  <strong>NOTE</strong> that Joomla will ask for a password&#8230;..there is none so just hit enter. Observe the &#8220;dot&#8221; at the end (which translates to export to &#8220;here&#8221; please). If you miss that dot, the export will go into a subdirectory. We use the force option to ensure that Subversion exports over the top of the existing directories (note that force doesn&#8217;t have to be used necessarily, only if something existent is in the folder you are exporting to).</p>
]]></content:encoded>
			<wfw:commentRss>http://beautyindesign.com/blog/joomla-install-via-svn-faster-install/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
