<?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>Beautyindesign.com &#187; Terminal</title>
	<atom:link href="http://beautyindesign.com/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://beautyindesign.com</link>
	<description>Web Design and Development Training and Tutorials</description>
	<lastBuildDate>Mon, 06 Dec 2010 13:12:22 +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>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 speed your [...]]]></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>3</slash:comments>
		</item>
	</channel>
</rss>

