<?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>Catn Hosting</title>
	<atom:link href="http://catn.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://catn.com</link>
	<description>Extreme PHP Hosting</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:56:12 +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>Adding your SSH key to your vCluster</title>
		<link>http://catn.com/blog/2010/03/08/adding-your-ssh-key-to-your-vcluster/</link>
		<comments>http://catn.com/blog/2010/03/08/adding-your-ssh-key-to-your-vcluster/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 15:53:36 +0000</pubDate>
		<dc:creator>Joe Gardiner</dc:creator>
				<category><![CDATA[Guides]]></category>

		<guid isPermaLink="false">http://catn.com/?p=1971</guid>
		<description><![CDATA[SSH (Secure Shell) is a way of controlling your vCluster through a terminal command prompt. This offers great control to the user, but requires you to authenticate your SSH key with the vCluster system.
To allow your computer to connect to your vCluster through a secure shell environment, it is necessary to add your SSH key [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify" class="first"><a href="http://en.wikipedia.org/wiki/Secure_Shell" target="_blank">SSH (Secure Shell)</a> is a way of controlling your vCluster through a terminal command prompt. This offers great control to the user, but requires you to authenticate your SSH key with the vCluster system.</p>
<p style="text-align: justify">To allow your computer to connect to your vCluster through a secure shell environment, it is necessary to add your SSH key in the vCluster settings section of the <a href="http://control.catn.com" target="_blank">CatN control panel</a>.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/addsshscr1.png"><img class="aligncenter size-medium wp-image-1972" style="border: 6px solid #efefef" title="addsshscr1" src="http://catn.com/files/2010/03/addsshscr1-300x149.png" alt="" width="300" height="149" /></a></p>
<p style="text-align: justify">We need to copy our SSH key into the text box provided, so lets lookup your SSH key.</p>
<p style="text-align: justify">The process is different depending on your Operating System. Below is the guide for Mac OSX and Linux shells, browse down for the Windows guide.</p>
<p style="text-align: left">
<h3 style="text-align: left;margin-top: 50px">Getting your SSH Key &#8211; Mac OSX</h3>
<p style="text-align: justify">First we need to open a terminal. In your mac spotlight bar, type in &#8220;Terminal&#8221;, select the first option, called&#8230; Terminal!</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/addsshscr2.png"><img class="aligncenter size-medium wp-image-1973" style="border: 6px solid #efefef" title="addsshscr2" src="http://catn.com/files/2010/03/addsshscr2-300x158.png" alt="" width="300" height="158" /></a></p>
<p style="text-align: justify">In the terminal screen type: &#8220;ssh-add&#8221;.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/addsshscr3.png"><img class="aligncenter size-medium wp-image-1974" style="border: 6px solid #efefef" title="addsshscr3" src="http://catn.com/files/2010/03/addsshscr3-300x82.png" alt="" width="300" height="82" /></a></p>
<p>This will add your SSH key to the SSH keyring. Now we&#8217;re going to check the key has been added correctly and display it in the terminal so you can copy it into the vCluster page.</p>
<p>Now you need to type: &#8220;ssh-add -L&#8221; (make sure it is a capitalised letter L). This will display your SSH key. Note: I have deleted some parts o my key for security reasons.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/addsshscr4.png"><img class="aligncenter size-medium wp-image-1975" style="border: 6px solid #efefef" title="addsshscr4" src="http://catn.com/files/2010/03/addsshscr4-300x38.png" alt="" width="300" height="38" /></a></p>
<p>Now select and copy (Apple key + C) the entire key, and open up your vCluster settings page in the CatN control panel.</p>
<p>Click into the SSH key text box and paste your key (Apple key + V).</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/addsshscr5.png"><img class="aligncenter size-medium wp-image-1976" style="border: 6px solid #efefef" title="addsshscr5" src="http://catn.com/files/2010/03/addsshscr5-300x96.png" alt="" width="300" height="96" /></a></p>
<p>Now your key is in the box, select &#8220;Update Keys&#8221; to add your SSH key to the vCluster.</p>
<p>You can now SSH in a terminal to browse your vCluster.</p>
<p style="text-align: justify">
<h3 style="margin-top: 50px">Getting your SSH Key &#8211; Windows</h3>
<p style="text-align: justify">In Windows a couple of light weight applications are required, as the windows command prompt does not support ssh natively.</p>
<p style="text-align: justify">Head to <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html</a> which is the download page for a program called PuTTY. You want the installer that cntains everything apart from PuTTYtel. Note: At the time of writing there is only one installer available for download.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/addsshscr6.png"><img class="aligncenter size-medium wp-image-1986" style="border: 6px solid #efefef" title="addsshscr6" src="http://catn.com/files/2010/03/addsshscr6-262x300.png" alt="" width="262" height="300" /></a></p>
<p style="text-align: justify">Run the file once it&#8217;s finished downloading and install the program.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/addsshscr7.jpg"><img class="aligncenter size-medium wp-image-1988" style="border: 6px solid #efefef" title="addsshscr7" src="http://catn.com/files/2010/03/addsshscr7-300x244.jpg" alt="" width="300" height="244" /></a></p>
<p style="text-align: justify">Look in your start menu and run &#8220;PuTTYgen&#8221;. This will generate your public and private ssh keys that you can then add to the CatN control panel.</p>
<p style="text-align: justify">Select the &#8220;Generate&#8221; option in the actions menu, and follow the instruction to move your mouse over the empty space. These random movements will generate a unique numerical key. Move the mouse until the progress bar is full.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/addsshscr8.jpg"><img class="aligncenter size-medium wp-image-1989" style="border: 6px solid #efefef" title="addsshscr8" src="http://catn.com/files/2010/03/addsshscr8-300x290.jpg" alt="" width="300" height="290" /></a></p>
<p style="text-align: justify">When complete your public key will be displayed. Select the entire key, and copy it onto your clipboard (Ctrl + C).</p>
<p style="text-align: justify">Naviagte to the CatN Control Panel, and to the settings section of your vCluster. Select &#8220;Add New Key&#8221; and paste the clipboard into the new empty text box. When complete select, &#8220;Update Keys&#8221;.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/addsshscr9.png"><img class="aligncenter size-medium wp-image-1987" style="border: 6px solid #efefef" title="addsshscr9" src="http://catn.com/files/2010/03/addsshscr9-300x138.png" alt="" width="300" height="138" /></a></p>
<p style="text-align: justify">Now we&#8217;re going to setup the PuTTY terminal. Bring up the PuTTYgen window again, and enter a password to lock your key in the &#8220;Key passphrase&#8221; text boxes.</p>
<p style="text-align: justify">Select &#8220;Save public key&#8221;, and choose a location on your computer to save this file. You may find it useful to create a PuTTY folder in your My Documents. Now select &#8220;Save private key&#8221;, and again, choose a location to save this file on your computer.</p>
<p style="text-align: justify">Now open the folder you save the two keys in, and you should see &#8220;sshprivatekey&#8221; and &#8220;sshpublickey&#8221; saved.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/addsshscr10.jpg"><img class="aligncenter size-medium wp-image-1990" style="border: 6px solid #efefef" title="addsshscr10" src="http://catn.com/files/2010/03/addsshscr10-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p style="text-align: justify">Double click the &#8220;sshprivatekey&#8221; icon (monitor with a hat on!), enter your password, and you can now see the icon running in the system tray.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/addsshscr11.jpg"><img class="aligncenter size-full wp-image-1991" style="border: 6px solid #efefef" title="addsshscr11" src="http://catn.com/files/2010/03/addsshscr11.jpg" alt="" width="267" height="115" /></a></p>
<p style="text-align: justify">Right click on this icon and select &#8220;New Session&#8221;, from the pop up menu.</p>
<p style="text-align: justify">In the PuTTY configuration window enter the hostname from the Control Panel settings panel, e.g. access1.c1.catn.com, and select &#8220;Open&#8221;.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/addsshscr12.jpg"><img class="aligncenter size-medium wp-image-1992" style="border: 6px solid #efefef" title="addsshscr12" src="http://catn.com/files/2010/03/addsshscr12-300x288.jpg" alt="" width="300" height="288" /></a></p>
<p style="text-align: justify">Type your username after &#8220;Login as:&#8221;. Note: this will be the same as your vCluster name.</p>
<p style="text-align: justify">If successful you will be running the terminal as [<em>username</em>@access1 ~]$</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/addsshscr13.jpg"><img class="aligncenter size-medium wp-image-1993" style="border: 6px solid #efefef" title="addsshscr13" src="http://catn.com/files/2010/03/addsshscr13-300x189.jpg" alt="" width="300" height="189" /></a></p>
<p style="text-align: left">
<p style="text-align: justify">
<p style="text-align: justify">
]]></content:encoded>
			<wfw:commentRss>http://catn.com/blog/2010/03/08/adding-your-ssh-key-to-your-vcluster/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing phpBB on your vCluster</title>
		<link>http://catn.com/blog/2010/03/02/installing-phpbb-on-your-vcluster/</link>
		<comments>http://catn.com/blog/2010/03/02/installing-phpbb-on-your-vcluster/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 15:23:52 +0000</pubDate>
		<dc:creator>Joe Gardiner</dc:creator>
				<category><![CDATA[Guides]]></category>

		<guid isPermaLink="false">http://catn.com/?p=1926</guid>
		<description><![CDATA[You can What  you will need:
All the information   from you vCluster Details page and Database Settings page. This   inlcudes: access server, public IP, database server, username, database   name (the same as your username), and your database password. For quick   reference during the phpBB install, you may [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify" class="first">You can What  you will need:</p>
<p style="text-align: justify">All the information   from you vCluster Details page and Database Settings page. This   inlcudes: access server, public IP, database server, username, database   name (the same as your username), and your database password. For quick   reference during the phpBB install, you may find it useful to copy   these details into a text file.</p>
<p style="text-align: justify">The newest version   of phpBB, available to download from <a href="http://www.phpbb.com/downloads/" target="_blank">phpbb.com.</a></p>
<p style="text-align: justify">A file extractor   that is compatible with the .zip format. OSX and Windows handle this   format natively.</p>
<p style="text-align: justify">An FTP program. You   can use a program like <a href="http://filezilla-project.org/" target="_blank">FileZilla</a>,   or if you use <a href="http://www.mozilla.com/en-US/firefox" target="_blank">Firefox</a> web browser, there is an FTP add on available called <a href="http://fireftp.mozdev.org/" target="_blank">Fire FTP</a>. If your not sure which client to use have a   look at this article.</p>
<p style="text-align: justify">A text editor.   Notepad or Text Edit will both be fine.</p>
<p style="text-align: justify">A web browser. We   like <a href="http://www.mozilla.com/en-US/firefox" target="_blank">Firefox</a>.</p>
<p style="text-align: justify">The official phpBB  install guide is available <a href="http://www.phpbb.com/support/documents.php?mode=install&amp;version=3" target="_blank">here.</a></p>
<p><img title="More..." src="http://catn.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<h2>Getting Started</h2>
<p style="text-align: justify">Unzip   your downloaded phpBB install to a folder on your desktop. Installing phpBB is relatively simple so we&#8217;re going to proceed directly to the upload stage.</p>
<h2>Uploading</h2>
<p style="text-align: justify">Navigate   to the vCluster settings page on the <a href="http://control.catn.com" target="_blank">CatN Control Panel</a>,   and make sure you enter a password for Access (FTP, SFTP, SSH).</p>
<p style="text-align: justify">Fire up   your FTP Client (I shall be using File Zilla in this tutorial) and  take  a look at the main screen.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/filezillascr.png"><img class="aligncenter" style="border: 6px solid #efefef" title="filezillascr" src="http://catn.com/files/2010/02/filezillascr-300x154.png" alt="" width="300" height="154" /></a></p>
<p style="text-align: justify">Remember   the settings we copied into a text file? We&#8217;re going to use them now.</p>
<p style="text-align: justify">In the   &#8220;Host&#8221; field, copy in Access Server name. eg. access1.c1.catn.com.</p>
<p style="text-align: justify">In the   &#8220;Username&#8221; field, enter your username.</p>
<p style="text-align: justify">In the   &#8220;Password&#8221; field, enter the password you have just created on the   Settings Page of the Control Panel.</p>
<p style="text-align: justify">Leave   the &#8220;Port&#8221; field blank, as FileZilla will use the default port: 21.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/filezillauserscr.png"><img class="aligncenter" style="border: 6px solid #efefef" title="filezillauserscr" src="http://catn.com/files/2010/02/filezillauserscr-300x44.png" alt="" width="300" height="44" /></a></p>
<p style="text-align: justify">Once   all the information is entered, click &#8220;Quick Connect&#8221;</p>
<p style="text-align: justify">If   successful you will now be able to see a navigation panel showing the   folder tree of your vCluster. Navigate to &#8220;sites/username/vhosts&#8221;, right   click in this open directory and select &#8220;create directory&#8221;.</p>
<p style="text-align: justify">In the   Create Directory dialogue enter &#8220;phpbb.<em>username.</em>vc.catn.com&#8221;.  Then,  inside this new directory create another directory named &#8220;http&#8221;.  To  learn more about our vhosting and multiple domains click here.</p>
<p style="text-align: justify">Open up   the phpBB folder you extracted to your Desktop and select the  entire  contents, (Ctrl-A on Windows,  Apple Key-A in OSX), and drag them  into  the newly created http folder open in FileZilla.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/phpbbinstall1scr.png"><img class="aligncenter size-medium wp-image-1927" style="border: 6px solid #efefef" title="phpbbinstall1scr" src="http://catn.com/files/2010/03/phpbbinstall1scr-300x234.png" alt="" width="300" height="234" /></a></p>
<p style="text-align: justify">You   will see a progress bar as the files are copied into the directory.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/transferfilezillascr.png"><img class="aligncenter" style="border: 6px solid #efefef" title="transferfilezillascr" src="http://catn.com/files/2010/02/transferfilezillascr-300x55.png" alt="" width="300" height="55" /></a></p>
<p style="text-align: justify">If  successful  the folder &#8220;sites/username/vhosts/phpbb.<em>username</em>.vc.catn.com/http&#8221;   will now contain the phpBB directory files you have just uploaded.</p>
<h2>Installing phpBB</h2>
<p style="text-align: justify">Now  we&#8217;re now  going to install phpBB using your web browser. Fire it up  and  navigate to phpbb.<em>username</em>.vc.catn.com. You will be directed to this page:</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/phpbbinstall2scr.png"><img class="aligncenter size-medium wp-image-1932" style="border: 6px solid #efefef" title="phpbbinstall2scr" src="http://catn.com/files/2010/03/phpbbinstall2scr-300x80.png" alt="" width="300" height="80" /></a></p>
<p style="text-align: justify">Click on the &#8220;<strong>Install</strong>&#8221; tab to begin the installation process. When you proceed to the next step, after viewing the basic system requirements, you can see a list of the installation requirements, including the databases vCluster supports. phpBB is 100% compatible with our system so you can select &#8220;Start Install&#8221; to continue.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/phpbbinstall3scr.png"><img class="aligncenter size-medium wp-image-1934" style="border: 6px solid #efefef" title="phpbbinstall3scr" src="http://catn.com/files/2010/03/phpbbinstall3scr-300x149.png" alt="" width="300" height="149" /></a></p>
<p style="text-align: justify">In the next screen we will enter the database details that we copied from the Database Settings section of the CatN Control Panel.</p>
<p style="text-align: justify">You can leave the first field, &#8220;<strong>Database Type</strong>&#8221; on its default value, &#8220;MySQL with MySQLi extenstion&#8221;.</p>
<p style="text-align: justify">In the &#8220;<strong>Database server hostname or DSN</strong>&#8221; field enter the name of your database server, for example, xserve1.dc.fubra.net.</p>
<p style="text-align: justify">Leave the next field, &#8220;<strong>Database server port</strong>&#8221; empty, as our database servers operate on standard ports.</p>
<p style="text-align: justify">In the &#8220;<strong>Database Name</strong>&#8221; field, enter the name you copied into the text file. (Note: this will be the same as your username and vCluster name.)</p>
<p style="text-align: justify">In the &#8220;<strong>Database Username</strong>&#8221; field, enter your username. Again, this will be the same as your vCluster name.</p>
<p style="text-align: justify">In the &#8220;<strong>Database Password</strong>&#8221; field, enter the password you copied into a text file. You can change your password in the Database Setting section of the CatN Control Panel.</p>
<p style="text-align: justify">In the &#8220;<strong>Prefix for tables in database</strong>&#8221; field leave the default, &#8220;phpbb_&#8221;.</p>
<p style="text-align: justify">Select next step, if you have been successful, the phpbb install will display this message. Select proceed to next step.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/phpbbinstall4scr.png"><img class="aligncenter size-medium wp-image-1961" style="border: 6px solid #efefef" title="phpbbinstall4scr" src="http://catn.com/files/2010/03/phpbbinstall4scr-300x55.png" alt="" width="300" height="55" /></a></p>
<p style="text-align: justify">In the &#8220;Administrator Settings&#8221; screen enter your username and password for the admin account, as well as the email address you wish to receive alerts to. Once you have entered this information proceed to the next step.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/phpbbinstall5scr.png"><img class="aligncenter size-medium wp-image-1962" style="border: 6px solid #efefef" title="phpbbinstall5scr" src="http://catn.com/files/2010/03/phpbbinstall5scr-300x120.png" alt="" width="300" height="120" /></a></p>
<p style="text-align: justify">You will be displayed with another success screen, click to continue. The configuration file will then be written, and if successful you will be notified. Again, click to continue.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/phpbbinstall6scr.png"><img class="aligncenter size-medium wp-image-1963" style="border: 6px solid #efefef" title="phpbbinstall6scr" src="http://catn.com/files/2010/03/phpbbinstall6scr-300x36.png" alt="" width="300" height="36" /></a></p>
<p style="text-align: justify">The next screen with advanced settings are dependant ont he user and their current resources. Enter your email and SMTP settings if this resource is available to you. If not, leave the default settings. In the &#8220;Server URL Settings&#8221; section, the only option you should change is the Cookie Secure option, and this, only if you have purchased an SSL certificate for your domain. If not, leave this to the default setting, &#8220;disabled&#8221;.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/phpbbinstall7scr.png"><img class="aligncenter size-medium wp-image-1964" style="border: 6px solid #efefef" title="phpbbinstall7scr" src="http://catn.com/files/2010/03/phpbbinstall7scr-300x236.png" alt="" width="300" height="236" /></a></p>
<p style="text-align: justify">Once you have completed this page click &#8220;proceed to next step&#8221;.</p>
<p style="text-align: justify">The database tables will then be created. If all the information was entered correctly you will receive this message. Proceed to the next step.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/phpbbinstall8scr.png"><img class="aligncenter size-medium wp-image-1965" style="border: 6px solid #efefef" title="phpbbinstall8scr" src="http://catn.com/files/2010/03/phpbbinstall8scr-300x29.png" alt="" width="300" height="29" /></a></p>
<p style="text-align: justify">The final stage will give an overview of your complete installation. You can now select the &#8220;Login&#8221; button to enter your new phpBB dashboard.</p>
<p style="text-align: justify">Congratulations on your successful install!</p>
<p style="text-align: left">
]]></content:encoded>
			<wfw:commentRss>http://catn.com/blog/2010/03/02/installing-phpbb-on-your-vcluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple domains on your vCluster</title>
		<link>http://catn.com/blog/2010/03/02/multiple-domains-on-your-vcluster/</link>
		<comments>http://catn.com/blog/2010/03/02/multiple-domains-on-your-vcluster/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 14:50:25 +0000</pubDate>
		<dc:creator>Joe Gardiner</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://catn.com/?p=1936</guid>
		<description><![CDATA[Your vCluster can be used to host multiple domains if you subscribe to the Standard package. This guide will show you how&#8230;

What you will need&#8230;
An FTP client, we like FileZilla. It is cross platform and free!
A text editor. Notepad or TextEdit will both be fine.
A web browser. We like Firefox.
A text file with all the [...]]]></description>
			<content:encoded><![CDATA[<p class="first">Your vCluster can be used to host multiple domains if you subscribe to the Standard package. This guide will show you how&#8230;</p>
<p><span id="more-1936"></span></p>
<h2>What you will need&#8230;</h2>
<p style="text-align: justify">An FTP client, we like <a href="http://filezilla-project.org/" target="_blank">FileZilla</a>. It is cross platform and free!</p>
<p style="text-align: justify">A text editor. Notepad or TextEdit will both be fine.</p>
<p style="text-align: justify">A web browser. We like <a href="http://www.mozilla.com/en-US/firefox/personal.html" target="_blank">Firefox</a>.</p>
<p style="text-align: justify">A text file with all the access settings from your vCluster page. This will include the access server address (e.g. access1.c1.catn.com),  your private IP, your access username, (same as your vCluster name) and your access password, (this can be changed in the settings screen). Note: For security reasons, you should delete this text file after use.</p>
<h2>Getting Started&#8230;</h2>
<p style="text-align: justify">The first step is to connect to the access server and create a directory for the new domain. In this tutorial I will be using FileZilla. Fire up your FTP client, and have a look at the connection input boxes. We are going to enter the required server information that we copied into the text file at the start of this tutorial.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/multipledomain1scr.png"><img class="aligncenter size-medium wp-image-1943" style="border: 6px solid #efefef" title="multipledomain1scr" src="http://catn.com/files/2010/03/multipledomain1scr-300x16.png" alt="" width="300" height="16" /></a></p>
<p style="text-align: justify">In the &#8220;<strong>Host</strong>&#8221; field enter the access server name. In the example you can see I have used &#8220;access1.c1.catn.com&#8221;.</p>
<p style="text-align: justify">In the &#8220;<strong>Username</strong>&#8221; field enter the username you copied. (This will be the same as your vCluster name).</p>
<p style="text-align: justify">In the &#8220;<strong>Password</strong>&#8221; field enter the password you copied in. You can change this password at anytime through the Database Settings section of the Control Panel.</p>
<p style="text-align: justify">You can leave the &#8220;<strong>Port</strong>&#8221; field empty, as FileZilla will use the default, 21.</p>
<p style="text-align: justify">Once you&#8217;ve completed the fields click Quick Connect to connect to the server.</p>
<p style="text-align: justify">Once FileZilla connects to the access server, the folder tree will be displayed.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/multipledomain2scr.png"><img class="aligncenter size-medium wp-image-1945" style="border: 6px solid #efefef" title="multipledomain2scr" src="http://catn.com/files/2010/03/multipledomain2scr-300x166.png" alt="" width="300" height="166" /></a></p>
<p style="text-align: justify">We will be creating our domain directory inside the vhosts folder. The full path you need to navigate to is: /sites/<em>vclustername</em>/vhosts .</p>
<p style="text-align: justify">Create a new dirctory inside the vhosts folder by right clicking on vhosts, and selecting &#8220;Create Directory&#8221;</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/multipledomain3scr.png"><img class="aligncenter size-medium wp-image-1946" style="border: 6px solid #efefef" title="multipledomain3scr" src="http://catn.com/files/2010/03/multipledomain3scr-300x128.png" alt="" width="300" height="128" /></a></p>
<p style="text-align: justify">In order for the new sub-domain to be recognised by the DNS, the folder name much match your main vCluster domain with the addition of the new sub-domain. For example, my main vCluster domain is <em>joegardiner.vc.catn.com, </em>so in order to successfully create a new sub-domain I will name the directory  <strong>test</strong>.joegardiner.vc.catn.com. This naming convention is vital in order to successfully create multiple domains on your vCluster.</p>
<p style="text-align: justify">Do this now for your new sub-domain. For the purposes of this tutorial I will create a new domain called &#8220;test.joegardiner.vc.catn.com&#8221;.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/multipledomain4scr.png"><img class="aligncenter size-medium wp-image-1947" style="border: 6px solid #efefef" title="multipledomain4scr" src="http://catn.com/files/2010/03/multipledomain4scr-300x100.png" alt="" width="300" height="100" /></a></p>
<p style="text-align: justify">This newly created sub-domain can now have any php app, framework, or CMS uploaded to it. See my other <a href="http://catn.com/support/guides/" target="_blank">help guides</a> for installing various CMS&#8217;s.</p>
<p style="text-align: justify">Finally in order to enable dynamic content on this new sub-domain, we need to create a &#8220;.craccess&#8221; file. On you local machine, start up your preferred text editor, and copy and paste the code from below into a new page.</p>
<p style="text-align: justify;padding-left: 150px">
<p style="text-align: justify;padding-left: 150px;margin: 60px 0">RewriteEngine On<br />
RewriteCond %{REQUEST_URI} !\.(gif|jpe?g|png|css|js|ico)$<br />
RewriteRule ^(.*)$ http://YOUR PRIVATE IP/$1 [P,L]</p>
<p style="text-align: justify;margin: 60px 0pt">Replace the text &#8220;YOUR PRIVATE IP&#8221;, with the private IP address given on the vCluster settings page of the CatN Control Panel.</p>
<p style="text-align: justify;padding-left: 150px">
<p style="text-align: justify;padding-left: 150px">
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/multipledomain5scr.png"><img class="aligncenter size-medium wp-image-1950" style="border: 6px solid #efefef" title="multipledomain5scr" src="http://catn.com/files/2010/03/multipledomain5scr-300x91.png" alt="" width="300" height="91" /></a></p>
<p style="text-align: justify">Save this file as &#8220;.craccess&#8221;, somewhere you can reach it easily, like your Desktop. We need to upload this file to the route of your sub-domain.In order to do this we need to enable viewing hidden files in FileZilla. This is a simple fix, in version 3.x click on server, then select &#8220;Force showing hidden files&#8221;.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/multipledomain6scr.png"><img class="aligncenter size-full wp-image-1951" style="border: 6px solid #efefef" title="multipledomain6scr" src="http://catn.com/files/2010/03/multipledomain6scr.png" alt="" width="242" height="170" /></a></p>
<p style="text-align: justify">Now using FileZilla we can find the newly created .craccess file and drag it across into the sub-domain root we created.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/multipledomain7scr.png"><img class="aligncenter size-medium wp-image-1952" style="border: 6px solid #efefef" title="multipledomain7scr" src="http://catn.com/files/2010/03/multipledomain7scr-300x19.png" alt="" width="300" height="19" /></a></p>
<p style="text-align: justify">Once the file is uploaded make sure that the text editor you used hasn&#8217;t added any file extensions to the .craccess file you created, such as .txt or .rtf. If they did, simply right click on the file and select rename to remove the extension.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/multipledomain8scr.png"><img class="aligncenter size-medium wp-image-1953" style="border: 6px solid #efefef" title="multipledomain8scr" src="http://catn.com/files/2010/03/multipledomain8scr-300x254.png" alt="" width="300" height="254" /></a></p>
<p style="text-align: justify">Congratulations, you have successfuly created a new domain on your CatN vCluster.</p>
<p style="text-align: justify">
<p style="text-align: left">
]]></content:encoded>
			<wfw:commentRss>http://catn.com/blog/2010/03/02/multiple-domains-on-your-vcluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Drupal on your vCluster</title>
		<link>http://catn.com/blog/2010/03/02/installing-drupal-on-your-vcluster/</link>
		<comments>http://catn.com/blog/2010/03/02/installing-drupal-on-your-vcluster/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 09:26:04 +0000</pubDate>
		<dc:creator>Joe Gardiner</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://catn.com/?p=1863</guid>
		<description><![CDATA[What you will need:
All the information  from you vCluster Details page and Database Settings page. This  inlcudes: access server, public IP, database server, username, database  name (the same as your username), and your database password. For quick  reference during the Drupal install, you may find it useful to copy  these [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify" class="first">What you will need:</p>
<p style="padding-left: 30px;text-align: justify">All the information  from you vCluster Details page and Database Settings page. This  inlcudes: access server, public IP, database server, username, database  name (the same as your username), and your database password. For quick  reference during the Drupal install, you may find it useful to copy  these details into a text file.</p>
<p style="padding-left: 30px;text-align: justify">The newest version  of Drupal, available to download from <a href="http://drupal.org/" target="_blank">drupal.org</a></p>
<p style="padding-left: 30px;text-align: justify">A file extractor  that is compatible with the .zip format. OSX and Windows handle this  format natively.</p>
<p style="padding-left: 30px;text-align: justify">An FTP program. You  can use a program like <a href="http://filezilla-project.org/" target="_blank">FileZilla</a>,  or if you use <a href="http://www.mozilla.com/en-US/firefox" target="_blank">Firefox</a> web browser, there is an FTP add on available called <a href="http://fireftp.mozdev.org/" target="_blank">Fire FTP</a>. If your not sure which client to use have a  look at this article.</p>
<p style="padding-left: 30px;text-align: justify">A text editor.  Notepad or Text Edit will both be fine.</p>
<p style="padding-left: 30px;text-align: justify">A web browser. We  like <a href="http://www.mozilla.com/en-US/firefox" target="_blank">Firefox</a>.</p>
<p style="padding-left: 30px;text-align: justify">The official Drupal install guide is available <a href="http://drupal.org/node/628292" target="_blank">here</a>.</p>
<p><span id="more-1863"></span></p>
<h2 style="margin-top: 50px;text-align: justify">Getting Started</h2>
<p style="text-align: justify">Unzip  your downloaded Drupal install to a folder on your desktop. We are now going to copy the &#8220;default.settings.php&#8221; file and change permissions. This step is vital for a successful Drupal install.</p>
<h4 style="padding-left: 30px;text-align: justify">MacOSX and Linux Terminal</h4>
<p style="padding-left: 30px;text-align: justify">Open a terminal. You can either type terminal in your finder/search bar, or look in application -&gt; Utilities in OSX.</p>
<p style="padding-left: 30px;text-align: justify">Type: &#8220;cd desktop/drupal-6.15/sites/default&#8221; note: the Drupal directory name will change with different versions.</p>
<p style="padding-left: 30px;text-align: justify">Check you have the correct files in the default directory by typing &#8220;ls&#8221;. You should have &#8220;default.settings.php&#8221; displayed.</p>
<p style="padding-left: 30px;text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/drupalinstall1scr.png"><img class="aligncenter size-medium wp-image-1898" style="border: 6px solid #efefef" title="drupalinstall1scr" src="http://catn.com/files/2010/03/drupalinstall1scr-300x107.png" alt="" width="300" height="107" /></a></p>
<p style="padding-left: 30px;text-align: justify">Now we&#8217;re going to make a copy of the &#8220;default.settings.php&#8221; file and rename it. We need both files for the install to be successful.</p>
<p style="padding-left: 30px;text-align: justify">Type: &#8220;cp default.settings.php settings.php&#8221; Now type &#8220;ls&#8221; to display the new settings.php file along side default.settings.php.</p>
<p style="padding-left: 30px;text-align: justify">Finally we need to change the permissions on the file to give access to the Drupal installer. This is one simple command.</p>
<p style="padding-left: 30px;text-align: justify">Type: &#8220;chmod a+w settings.php&#8221;</p>
<p style="padding-left: 30px;text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/drupalinstall2scr.png"><img class="aligncenter size-medium wp-image-1900" style="border: 6px solid #efefef" title="drupalinstall2scr" src="http://catn.com/files/2010/03/drupalinstall2scr-300x50.png" alt="" width="300" height="50" /></a></p>
<p style="padding-left: 30px;text-align: justify">That&#8217;s it! You can close your terminal.</p>
<p style="padding-left: 30px;text-align: justify">
<h4 style="padding-left: 30px;text-align: justify;margin-top: 30px">Windows OS Command Prompt</h4>
<p style="padding-left: 30px;text-align: justify">Open a Windows command prompt by typing &#8220;cmd&#8221; in your search bar.</p>
<p style="padding-left: 30px;text-align: justify">Type: &#8220;cd desktop/drupal-6.15/sites/default&#8221; note: the Drupal directory name will change with different versions.</p>
<p style="padding-left: 30px;text-align: justify">Check you have the correct files in the default directory by typing  &#8220;dir&#8221;. You should have &#8220;default.settings.php&#8221; displayed.</p>
<p style="padding-left: 30px;text-align: justify">Now we&#8217;re going to make a copy of the &#8220;default.settings.php&#8221; file and  rename it. We need both files for the install to be successful.</p>
<p style="padding-left: 30px;text-align: justify">Type: &#8220;COPY default.settings.php settings.php&#8221; Now type &#8220;ls&#8221; to display  the new settings.php file along side default.settings.php.</p>
<p style="padding-left: 30px;text-align: justify">Finally we need to change the permissions on the file to give access to  the Drupal installer. Navigate to the desktop/drupal-6.15/sites/default folder through Windows explorer. Right click on the settings.php file and select the &#8220;Security&#8221; tab. Select &#8220;Edit&#8221; and choose the Full Control check box under the SYSTEM permissions list.</p>
<p style="padding-left: 30px;text-align: justify">That&#8217;s it, you can close this window.</p>
<p style="padding-left: 30px">
<p style="padding-left: 30px">
<h2 style="margin-top: 50px">Uploading</h2>
<p style="text-align: justify">Navigate  to the vCluster settings page on the <a href="http://control.catn.com" target="_blank">CatN Control Panel</a>,  and make sure you enter a password for Access (FTP, SFTP, SSH).</p>
<p style="text-align: justify">Fire up  your FTP Client (I shall be using File Zilla in this tutorial) and take  a look at the main screen.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/filezillascr.png"><img class="aligncenter" style="border: 6px solid #efefef" title="filezillascr" src="http://catn.com/files/2010/02/filezillascr-300x154.png" alt="" width="300" height="154" /></a></p>
<p style="text-align: justify">Remember  the settings we copied into a text file? We&#8217;re going to use them now.</p>
<p style="text-align: justify">In the  &#8220;Host&#8221; field, copy in Access Server name. eg. access1.c1.catn.com.</p>
<p style="text-align: justify">In the  &#8220;Username&#8221; field, enter your username.</p>
<p style="text-align: justify">In the  &#8220;Password&#8221; field, enter the password you have just created on the  Settings Page of the Control Panel.</p>
<p style="text-align: justify">Leave  the &#8220;Port&#8221; field blank, as FileZilla will use the default port: 21.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/filezillauserscr.png"><img class="aligncenter" style="border: 6px solid #efefef" title="filezillauserscr" src="http://catn.com/files/2010/02/filezillauserscr-300x44.png" alt="" width="300" height="44" /></a></p>
<p style="text-align: justify">Once  all the information is entered, click &#8220;Quick Connect&#8221;</p>
<p style="text-align: justify">If  successful you will now be able to see a navigation panel showing the  folder tree of your vCluster. Navigate to &#8220;sites/username/vhosts&#8221;, right  click in this open directory and select &#8220;create directory&#8221;.</p>
<p style="text-align: justify">In the  Create Directory dialogue enter &#8220;drupal.<em>username.</em>vc.catn.com&#8221;. Then,  inside this new directory create another directory named &#8220;http&#8221;. To  learn more about our vhosting and multiple domains click here.</p>
<p style="text-align: justify">Open up  the Drupal folder you extracted to your Desktop and select the  entire contents, (Ctrl-A on Windows,  Apple Key-A in OSX), and drag them  into the newly created http folder open in FileZilla.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/drupalinstall3scr.png"><img class="aligncenter size-medium wp-image-1908" style="border: 6px solid #efefef" title="drupalinstall3scr" src="http://catn.com/files/2010/03/drupalinstall3scr-300x155.png" alt="" width="300" height="155" /></a></p>
<p style="text-align: justify">You  will see a progress bar as the files are copied into the directory.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/transferfilezillascr.png"><img class="aligncenter" style="border: 6px solid #efefef" title="transferfilezillascr" src="http://catn.com/files/2010/02/transferfilezillascr-300x55.png" alt="" width="300" height="55" /></a></p>
<p style="text-align: justify">If successful  the folder &#8220;sites/username/vhosts/drupal.<em>username</em>.vc.catn.com/http&#8221;  will now contain the Drupal directory files you have just uploaded.</p>
<h2>Installing Drupal</h2>
<p style="text-align: justify">Now we&#8217;re now  going to install Drupal using your web browser. Fire it up and  navigate to drupal.<em>username</em>.vc.catn.com.</p>
<p style="text-align: justify">Drupal will take you through the installation procedure starting here:</p>
<p style="text-align: justify"><a class="lightbox" href="http://catn.com/files/2010/03/drupalinstall4scr.png"><img class="aligncenter size-medium wp-image-1910" style="border: 6px solid #efefef" title="drupalinstall4scr" src="http://catn.com/files/2010/03/drupalinstall4scr-300x206.png" alt="" width="300" height="206" /></a></p>
<p style="text-align: justify">Choose your language to continue. On the next screen we&#8217;re going to enter our database information.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/drupalinstall5scr.png"><img class="aligncenter size-medium wp-image-1915" style="border: 6px solid #efefef" title="drupalinstall5scr" src="http://catn.com/files/2010/03/drupalinstall5scr-300x272.png" alt="" width="300" height="272" /></a></p>
<p style="text-align: justify">Leave the default &#8220;mysqli&#8221; option checked.</p>
<p style="text-align: justify">In the &#8220;<strong>Database Name:</strong>&#8221; field enter your database name. Note: your username and database name will always be the same.</p>
<p style="text-align: justify">In the &#8220;<strong>Username:</strong>&#8221; field enter your username.</p>
<p style="text-align: justify">In the &#8220;<strong>Password</strong>:&#8221;field, enter the password you copied from the Database Settings section of the control panel.</p>
<p style="text-align: justify">Now we&#8217;re going to change the advanced options, so click on the drop down menu arrow.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/drupalinstall6scr.png"><img class="aligncenter size-medium wp-image-1916" style="border: 6px solid #efefef" title="drupalinstall6scr" src="http://catn.com/files/2010/03/drupalinstall6scr-300x200.png" alt="" width="300" height="200" /></a></p>
<p style="text-align: justify">The &#8220;<strong>Database Host:</strong>&#8221; field requires the name of your database server. Again, this can be found on the Database Settings section of the control panel and will resemble this: &#8220;xserve1.dc.fubra.net&#8221;</p>
<p style="text-align: justify">You can leave the &#8220;<strong>Database Port</strong>&#8221; field blank.</p>
<p style="text-align: justify">I recommend adding a table prefix for the Drupal database, especially if you are using multiple domains and different CMS&#8217;s, so lets enter &#8220;drupal_&#8221; as our prefix.</p>
<p style="text-align: justify">Once you have entered all this information select &#8220;Save and Continue&#8221; to move on.</p>
<p style="text-align: justify">If you were successful you will be directed to the &#8220;Configure Site&#8221; page.</p>
<p style="text-align: justify">Now enter your site name, and the email address you wish to receive alerts to. Unlike other CMS&#8217;s you can choose a unique username for the administrator account, instead of the default, however, unless you are completing this install for someone else to administer, it is often simpler to use &#8220;admin&#8221; as the administrator username. Once you have decided on a name, enter the other personal information, and select your time zone.</p>
<p>Once you have entered all the information, select &#8220;Save and Continue&#8221;, and if successful will be directed to this screen:</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/drupalinstall7scr.png"><img class="aligncenter size-medium wp-image-1919" style="border: 6px solid #efefef" title="drupalinstall7scr" src="http://catn.com/files/2010/03/drupalinstall7scr-300x210.png" alt="" width="300" height="210" /></a></p>
<p style="text-align: justify">Click the link to go to your new sites administrator section. You will automatically be logged in as the admin account. Success, you have completed your install of Drupal.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/drupalinstall8scr.png"><img class="aligncenter size-medium wp-image-1920" style="border: 6px solid #efefef" title="drupalinstall8scr" src="http://catn.com/files/2010/03/drupalinstall8scr-300x160.png" alt="" width="300" height="160" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://catn.com/blog/2010/03/02/installing-drupal-on-your-vcluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Joomla! on your vCluster</title>
		<link>http://catn.com/blog/2010/03/01/installing-joomla-on-your-vcluster/</link>
		<comments>http://catn.com/blog/2010/03/01/installing-joomla-on-your-vcluster/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 13:57:18 +0000</pubDate>
		<dc:creator>Joe Gardiner</dc:creator>
				<category><![CDATA[Guides]]></category>

		<guid isPermaLink="false">http://catn.com/?p=1871</guid>
		<description><![CDATA[What  you will need:
All the information   from you vCluster Details page and Database Settings page. This   inlcudes: access server, public IP, database server, username, database   name (the same as your username), and your database password. For quick   reference during the Joomla! install, you may find it [...]]]></description>
			<content:encoded><![CDATA[<p class="first">What  you will need:</p>
<p style="padding-left: 30px;text-align: justify">All the information   from you vCluster Details page and Database Settings page. This   inlcudes: access server, public IP, database server, username, database   name (the same as your username), and your database password. For quick   reference during the Joomla! install, you may find it useful to copy   these details into a text file.</p>
<p style="padding-left: 30px;text-align: justify">The newest version   of Joomla!, available to download from <a href="http://www.joomla.org/" target="_blank">joomla.org</a><a href="http://drupal.org/" target="_blank"></a></p>
<p style="padding-left: 30px;text-align: justify">A file extractor   that is compatible with the .zip format. OSX and Windows handle this   format natively.</p>
<p style="padding-left: 30px;text-align: justify">An FTP program. You   can use a program like <a href="http://filezilla-project.org/" target="_blank">FileZilla</a>,   or if you use <a href="http://www.mozilla.com/en-US/firefox" target="_blank">Firefox</a> web browser, there is an FTP add on available called <a href="http://fireftp.mozdev.org/" target="_blank">Fire FTP</a>. If your not sure which client to use have a   look at this article.</p>
<p style="padding-left: 30px;text-align: justify">A text editor.   Notepad or Text Edit will both be fine.</p>
<p style="padding-left: 30px;text-align: justify">A web browser. We   like <a href="http://www.mozilla.com/en-US/firefox" target="_blank">Firefox</a>.</p>
<p style="padding-left: 30px;text-align: justify">The official Joomla! install guide can be found <a href="http://help.joomla.org/content/category/48/268/302/" target="_blank">here</a></p>
<p style="padding-left: 30px;text-align: justify"><img title="More..." src="http://catn.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<h2 style="text-align: justify">Getting  Started</h2>
<p>Unzip  your downloaded Joomla! install to a folder on your desktop.</p>
<p>Navigate  to the vCluster settings page on the <a href="http://control.catn.com" target="_blank">CatN Control Panel</a>,  and make sure you enter a  password for Access (FTP, SFTP, SSH).</p>
<p>Fire up  your FTP Client (I shall be using File Zilla in this  tutorial) and take  a look at the main screen.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/filezillascr.png"><img class="aligncenter" style="border: 6px solid #efefef" title="filezillascr" src="http://catn.com/files/2010/02/filezillascr-300x154.png" alt="" width="300" height="154" /></a></p>
<p style="text-align: justify">Remember  the settings we copied into a text file? We&#8217;re going to use  them now.</p>
<p style="text-align: justify">In the  &#8220;Host&#8221; field, copy in Access Server name. eg.  access1.c1.catn.com.</p>
<p style="text-align: justify">In the  &#8220;Username&#8221; field, enter your username.</p>
<p style="text-align: justify">In the  &#8220;Password&#8221; field, enter the password you have just created on  the  Settings Page of the Control Panel.</p>
<p style="text-align: justify">Leave  the &#8220;Port&#8221; field blank, as FileZilla will use the default  port: 21.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/filezillauserscr.png"><img class="aligncenter" style="border: 6px solid #efefef" title="filezillauserscr" src="http://catn.com/files/2010/02/filezillauserscr-300x44.png" alt="" width="300" height="44" /></a></p>
<p style="text-align: justify">Once  all the information is entered, click &#8220;Quick Connect&#8221;</p>
<p style="text-align: justify">If  successful you will now be able to see a navigation panel showing  the  folder tree of your vCluster. Navigate to &#8220;sites/username/vhosts&#8221;,  right  click in this open directory and select &#8220;create directory&#8221;.</p>
<p style="text-align: justify">In the  Create Directory dialogue enter &#8220;joomla.<em>username.</em>vc.catn.com&#8221;.  Then,  inside this new directory create another directory named &#8220;http&#8221;.  To  learn more about our vhosting and multiple domains click here.</p>
<p style="text-align: justify">Open up  the Joomla! folder you extracted to your Desktop and  select the  entire contents, (Ctrl-A on Windows,  Apple Key-A in OSX),  and drag them  into the newly created http folder open in FileZilla.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/joomlainstalldragscr.jpg"><img class="aligncenter size-medium wp-image-1875" style="border: 6px solid #efefef" title="joomlainstalldragscr" src="http://catn.com/files/2010/03/joomlainstalldragscr-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: justify">You  will see a progress bar as the files are copied into the  directory.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/transferfilezillascr.png"><img class="aligncenter" style="border: 6px solid #efefef" title="transferfilezillascr" src="http://catn.com/files/2010/02/transferfilezillascr-300x55.png" alt="" width="300" height="55" /></a></p>
<p style="text-align: justify">If successful  the folder &#8220;sites/username/vhosts/joomla.<em>username</em>.vc.catn.com/http&#8221;   will now contain the Joomla! directory files you have just uploaded.</p>
<h2 style="margin-top: 40px;text-align: justify">Installing Joomla!</h2>
<p style="text-align: justify">Now we&#8217;re now  going to install Joomla! using your web browser.  Fire it up and  navigate to the name of the Joomla! directory you created. e.g. joomla.<em>username.</em>vc.catn.com</p>
<p style="text-align: justify">Joomla! will take you through the installation procedure starting  here:</p>
<p style="text-align: justify"><a class="lightbox" href="http://catn.com/files/2010/03/joomlainstall1scr.png"><img class="aligncenter size-medium wp-image-1877" style="border: 6px solid #efefef" title="joomlainstall1scr" src="http://catn.com/files/2010/03/joomlainstall1scr-300x123.png" alt="" width="300" height="123" /></a></p>
<p style="text-align: justify">Select your language and click &#8220;next&#8221;.</p>
<p style="text-align: justify">In the next screen you can see that vCluster satisfies all the install requirements. Click &#8220;next&#8221; to continue.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/joomlainstall2scr.png"><img class="aligncenter size-medium wp-image-1878" style="border: 6px solid #efefef" title="joomlainstall2scr" src="http://catn.com/files/2010/03/joomlainstall2scr-300x114.png" alt="" width="300" height="114" /></a></p>
<p style="text-align: justify">Review the GNU license and if you agree, click &#8220;next&#8221;.</p>
<p style="text-align: justify">Now we are going to enter the database details details you copied into a text file at the start of this guide.</p>
<p style="text-align: justify">In the &#8220;<strong>Host Name</strong>&#8221; field enter the name of the database host. e.g. xserve1.dc.fubra.net</p>
<p style="text-align: justify">In the &#8220;<strong>Username</strong>&#8221; field enter your username. (This will be exactly the same as your vCluster name).</p>
<p style="text-align: justify">In the &#8220;<strong>Password</strong>&#8221; field enter your database password.</p>
<p style="text-align: justify">In the &#8220;<strong>Database Name</strong>&#8221; field enter the name of your database. This will also be the same as your vCluster name, and username.</p>
<p style="text-align: justify">Click on the &#8220;Advanced Settings&#8221; drop down tab. In the &#8220;Table Prefix&#8221; field enter: &#8220;joomla_&#8221;</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/joomlainstall3scr.png"><img class="aligncenter size-medium wp-image-1879" style="border: 6px solid #efefef" title="joomlainstall3scr" src="http://catn.com/files/2010/03/joomlainstall3scr-300x123.png" alt="" width="300" height="123" /></a></p>
<p style="text-align: justify">Once all these details are entered, click &#8220;next&#8221; to continue.</p>
<p style="text-align: justify">In the next screen leave the default setting of &#8220;No&#8221; for Enable FTP File system Layer.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/joomlainstall4scr.png"><img class="aligncenter size-medium wp-image-1880" style="border: 6px solid #efefef" title="joomlainstall4scr" src="http://catn.com/files/2010/03/joomlainstall4scr-300x169.png" alt="" width="300" height="169" /></a></p>
<p style="text-align: justify">Click &#8220;Next&#8221; to continue.</p>
<p style="text-align: justify">Fill in the main configuration fields; Site Names, Email address, Password. If you are a new Joomla user, it if strongly recommended that you install the Default Sample Data. This will include default themes and posts, to popular a sample site, helping you understand the structure of a Joomla! web site.</p>
<p style="text-align: justify"><a class="lightbox" href="http://catn.com/files/2010/03/joomlainstall5scr.png"><img class="aligncenter size-medium wp-image-1882" style="border: 6px solid #efefef" title="joomlainstall5scr" src="http://catn.com/files/2010/03/joomlainstall5scr-300x140.png" alt="" width="300" height="140" /></a></p>
<p style="text-align: justify">Once you have completed this screen you will be directed to the final installation screen with this text:</p>
<p style="text-align: center"><strong>PLEASE REMEMBER TO COMPLETELY<br />
REMOVE THE INSTALLATION DIRECTORY.<br />
You  will not be able to proceed beyond this point until the installation  directory has been removed. This is a security feature of Joomla!.</strong></p>
<p style="text-align: justify">Open up File Zilla again, (If you closed it down, look back through the guide to reconnect and navigate to the Joomla! directory), and navigate to /sites/<em>username</em>/vhosts/joomla.<em>username.</em>vc.catn.com/http. In this directory you will be able to see the files you copied onto the vCluster at the start of the guide. Find the directory named &#8220;installation&#8221;, right click on it, and select delete.</p>
<p style="text-align: left"><span class="lightbox"><img class="aligncenter size-medium wp-image-1883" style="border: 6px solid #efefef" title="joomlainstall6scr" src="http://catn.com/files/2010/03/joomlainstall6scr-300x200.png" alt="" width="300" height="200" /></span></p>
<p style="text-align: justify">You must delete the &#8220;installation&#8221; directory before you can click on the admin button and navigate to the Joomla! control panel.</p>
<p style="text-align: justify">After selecting &#8220;Admin&#8221;, enter the username &#8220;admin&#8221;, and the password you entered during the install.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/joomlainstall7scr.png"><img class="aligncenter size-medium wp-image-1884" style="border: 6px solid #efefef" title="joomlainstall7scr" src="http://catn.com/files/2010/03/joomlainstall7scr-300x183.png" alt="" width="300" height="183" /></a></p>
<p style="text-align: left">Login to view your successful Joomla! install control panel!</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/03/joomlainstall8scr.png"><img class="aligncenter size-medium wp-image-1885" style="border: 6px solid #efefef" title="joomlainstall8scr" src="http://catn.com/files/2010/03/joomlainstall8scr-300x122.png" alt="" width="300" height="122" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://catn.com/blog/2010/03/01/installing-joomla-on-your-vcluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Wordpress on your vCluster</title>
		<link>http://catn.com/blog/2010/02/24/installing-wordpress-on-your-vcluster/</link>
		<comments>http://catn.com/blog/2010/02/24/installing-wordpress-on-your-vcluster/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 17:00:12 +0000</pubDate>
		<dc:creator>Joe Gardiner</dc:creator>
				<category><![CDATA[Guides]]></category>

		<guid isPermaLink="false">http://catn.com/?p=1802</guid>
		<description><![CDATA[What you will need:
All the information from you vCluster Details page and Database Settings page. This inlcudes: access server, public IP, database server, username, database name (the same as your username), and your database password. For quick reference during the Wordpress install, you may find it useful to copy these details into a text file.
The [...]]]></description>
			<content:encoded><![CDATA[<p class="first">What you will need:</p>
<p style="padding-left: 30px;text-align: justify">All the information from you vCluster Details page and Database Settings page. This inlcudes: access server, public IP, database server, username, database name (the same as your username), and your database password. For quick reference during the Wordpress install, you may find it useful to copy these details into a text file.</p>
<p style="padding-left: 30px;text-align: justify">The newest version of Wordpress, available to download from <a href="http://wordpress.org" target="_blank">wordpress.org</a></p>
<p style="padding-left: 30px;text-align: justify">A file extractor that is compatible with the .zip format. OSX and Windows handle this format natively.</p>
<p style="padding-left: 30px;text-align: justify">An FTP program. You can use a program like <a href="http://filezilla-project.org/" target="_blank">FileZilla</a>, or if you use <a href="http://www.mozilla.com/en-US/firefox" target="_blank">Firefox</a> web browser, there is an FTP add on available called <a href="http://fireftp.mozdev.org/" target="_blank">Fire FTP</a>. If your not sure which client to use have a look at this article.</p>
<p style="padding-left: 30px;text-align: justify">A text editor. Notepad or Text Edit will both be fine.</p>
<p style="padding-left: 30px;text-align: justify">A web browser. We like <a href="http://www.mozilla.com/en-US/firefox" target="_blank">Firefox</a>.</p>
<p style="padding-left: 30px;text-align: justify">The official Wordpress install guide can be found <a href="http://codex.wordpress.org/Installing_WordPress" target="_blank">here</a>.</p>
<p><span id="more-1802"></span></p>
<h2 style="text-align: justify;margin-top: 40px">Getting Started</h2>
<p style="text-align: justify">Unzip your downloaded Wordpress install to a folder on your desktop.</p>
<p style="text-align: justify">Open the newly unzipped Wordpress folder, locate the file called &#8220;wp-config-sample.php&#8221;, and rename it to &#8220;wp-config.php&#8221;.</p>
<p style="text-align: left"><a class="lightbox" href="http://catn.com/files/2010/02/wordpressfolderscr.png"><img class="aligncenter size-medium wp-image-1806" style="margin-bottom: 20px;border: 6px solid #efefef" title="wordpressfolderscr" src="http://catn.com/files/2010/02/wordpressfolderscr-300x249.png" alt="" width="300" height="249" /></a>Open the newly named &#8220;wp-config.php&#8221; in you text editor and locate the MySQL Settings section.</p>
<p style="text-align: justify"><a class="lightbox" href="http://catn.com/files/2010/02/sqlsettingsscr.png"><img class="aligncenter size-medium wp-image-1812" style="border: 6px solid #efefef;margin-bottom: 20px" title="sqlsettingsscr" src="http://catn.com/files/2010/02/sqlsettingsscr-300x191.png" alt="" width="300" height="191" /></a>After the <strong>&#8216;DB_NAME&#8217;</strong> field, enter your username exactly as it appears in the Database Settings page, as this is the same as your database name.</p>
<p style="text-align: justify">After the <strong>&#8216;DB_USER&#8217;</strong> field, enter your username.</p>
<p style="text-align: justify">After the <strong>&#8216;DB_PASSWORD&#8217;</strong> field, enter your Database password. Note: This is different to your Access password, and can be changed in the Database Settings screen.</p>
<p style="text-align: justify">After the <strong>&#8216;DB_HOST&#8217;</strong> field, enter the server name in the Database Settings screen. eg. xserve1.dc.fubra.net.</p>
<p style="text-align: justify">You can ignore the two remaining fields, (<strong>&#8216;DB_CHARSET&#8217;</strong> &amp; <strong>&#8216;DB_COLLATE&#8217;</strong>).</p>
<p style="text-align: justify">Save and close the completed &#8220;wp-config.php&#8221;.</p>
<h2 style="text-align: left;margin-top: 60px">Uploading</h2>
<p style="text-align: justify">Navigate to the vCluster settings page on the <a href="http://control.catn.com" target="_blank">CatN Control Panel</a>, and make sure you enter a password for Access (FTP, SFTP, SSH).</p>
<p style="text-align: justify">Fire up your FTP Client (I shall be using File Zilla in this tutorial) and take a look at the main screen.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/filezillascr.png"><img class="aligncenter size-medium wp-image-1817" style="border: 6px solid #efefef" title="filezillascr" src="http://catn.com/files/2010/02/filezillascr-300x154.png" alt="" width="300" height="154" /></a></p>
<p style="text-align: justify">Remember the settings we copied into a text file? We&#8217;re going to use them now.</p>
<p style="text-align: justify">In the &#8220;Host&#8221; field, copy in Access Server name. eg. access1.c1.catn.com.</p>
<p style="text-align: justify">In the &#8220;Username&#8221; field, enter your username.</p>
<p style="text-align: justify">In the &#8220;Password&#8221; field, enter the password you have just created on the Settings Page of the Control Panel.</p>
<p style="text-align: justify">Leave the &#8220;Port&#8221; field blank, as FileZilla will use the default port: 21.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/filezillauserscr.png"><img class="aligncenter size-medium wp-image-1818" style="border: 6px solid #efefef" title="filezillauserscr" src="http://catn.com/files/2010/02/filezillauserscr-300x44.png" alt="" width="300" height="44" /></a></p>
<p style="text-align: justify">Once all the information is entered, click &#8220;Quick Connect&#8221;</p>
<p style="text-align: justify">
<p style="text-align: justify">If successful you will now be able to see a navigation panel showing the folder tree of your vCluster. Navigate to &#8220;sites/username/vhosts&#8221;, right click in this open directory and select &#8220;create directory&#8221;.</p>
<p style="text-align: justify">In the Create Directory dialogue enter &#8220;wp.<em>username.</em>vc.catn.com&#8221;. Then, inside this new directory create another directory named &#8220;http&#8221;. To learn more about our vhosting and multiple domains click here.</p>
<p style="text-align: justify">Open up the Wordpress folder you extracted to your Desktop and select the entire contents, (Ctrl-A on Windows,  Apple Key-A in OSX), and drag them into the newly created http folder open in FileZilla.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/wpdragfilzillascr1.png"><img class="aligncenter size-medium wp-image-1837" style="border: 6px solid #efefef" title="wpdragfilzillascr" src="http://catn.com/files/2010/02/wpdragfilzillascr1-300x184.png" alt="" width="300" height="184" /></a></p>
<p style="text-align: justify">You will see a progress bar as the files are copied into the directory.</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/transferfilezillascr.png"><img class="aligncenter size-medium wp-image-1825" style="border: 6px solid #efefef" title="transferfilezillascr" src="http://catn.com/files/2010/02/transferfilezillascr-300x55.png" alt="" width="300" height="55" /></a></p>
<p style="text-align: justify">If successful the folder &#8220;sites/username/vhosts/wp.<em>username</em>.vc.catn.com/http&#8221; will now contain the Wordpress directory files you have just uploaded.</p>
<p style="text-align: left">
<h2 style="text-align: left;margin-top: 50px">Installing WP</h2>
<p style="text-align: justify">Now we&#8217;re now going to install Wordpress using your web browser. Fire it up and navigate to the Directory name we just created: wp.<em>username</em>.vc.catn.com  with the addition of &#8220;/wp-admin/install.php&#8221; eg. wp.<em>username</em>.vc.catn.com/wp-admin/install.php</p>
<p style="text-align: justify">Wordpress will take you through the installation procedure starting here:</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/wordpressinstallscr.png"><img class="aligncenter size-medium wp-image-1842" style="border: 6px solid #efefef" title="wordpressinstallscr" src="http://catn.com/files/2010/02/wordpressinstallscr-300x230.png" alt="" width="300" height="230" /></a></p>
<p style="text-align: justify">Enter the relevant information and proceed. On the next screen, make a note or copy the admin password that has been generated, as you will require this to enter the Wordpress Dashboard.</p>
<p style="text-align: justify"><a class="lightbox" href="http://catn.com/files/2010/02/wordpresssuccessscr.png"><img class="aligncenter size-medium wp-image-1843" style="border: 6px solid #efefef" title="wordpresssuccessscr" src="http://catn.com/files/2010/02/wordpresssuccessscr-300x156.png" alt="" width="300" height="156" /></a></p>
<p style="text-align: justify">Click &#8220;Login&#8221;, and enter the username as &#8220;admin&#8221; and the password you have copied from the previous screen.</p>
<p style="text-align: justify">Success! You will now have access to the Wordpress Dashboard and have completed the install. Note: we and Wordpress recommend changing your password to something you will remember immediately!</p>
<p style="text-align: center"><a class="lightbox" href="http://catn.com/files/2010/02/dashboardscr.png"><img class="aligncenter size-medium wp-image-1844" style="border: 6px solid #efefef" title="dashboardscr" src="http://catn.com/files/2010/02/dashboardscr-300x190.png" alt="" width="300" height="190" /></a></p>
<p style="text-align: left">
]]></content:encoded>
			<wfw:commentRss>http://catn.com/blog/2010/02/24/installing-wordpress-on-your-vcluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting: Your options</title>
		<link>http://catn.com/blog/2010/02/19/hosting-your-options/</link>
		<comments>http://catn.com/blog/2010/02/19/hosting-your-options/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 13:26:06 +0000</pubDate>
		<dc:creator>Joe Gardiner</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[dedicated]]></category>
		<category><![CDATA[vcluster]]></category>
		<category><![CDATA[vhost]]></category>

		<guid isPermaLink="false">http://catn.com/?p=1719</guid>
		<description><![CDATA[Choosing hosting is more than just choosing the company that offers the best features for you. Hosting products can vary drastically based on the infastructure the company offers, and some companies offer more than one type of hosting setup.
At CatN we think we&#8217;ve found the perfect solution, balancing performance with security, but lets look at the other [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify" class="first">Choosing hosting is more than just choosing the company that offers the best features for you. Hosting products can vary drastically based on the infastructure the company offers, and some companies offer more than one type of hosting setup.</p>
<p style="text-align: justify">At <a href="http://catn.com/" target="_blank">CatN</a> we think we&#8217;ve found the perfect solution, balancing performance with security, but lets look at the other options so you can see why our solution is so good!</p>
<p style="text-align: justify"><span id="more-1719"></span></p>
<h3 style="text-align: justify">Free Hosting</h3>
<p style="text-align: justify"><a href="http://www.w3schools.com/hosting/host_types.asp" target="_blank">Free hosting</a> is normally used by web hosting companies to introduce their product to the market, so resources offered to the user are normally small, leading this type of hosting to only really be used by small sites with low traffic. In almost 100% of cases, free hosting services will use virtual server hosting, with tough restrictions on data transfer allowance and storage. Free hosting services will often halt all traffic to your site with no warning if you exceed these allowances.</p>
<h3 style="text-align: justify">Shared Hosting</h3>
<h4 style="padding-left: 30px;text-align: justify">Virtual Hosting</h4>
<p style="padding-left: 30px;text-align: justify"><a href="http://www.w3schools.com/hosting/host_types.asp" target="_blank">Virtual hosting</a> is the most common form of hosting offered by providers. It is very cost effective as each customer has their own small section or partition on the server, meaning the cost of running one server could be spread across 100 websites. Multiple host names for the same web server are used so that each partition can be viewed as if it were an individual server.</p>
<p style="padding-left: 30px;text-align: justify">Vhosting is popular due to the low cost endured by the company providing the service, however, Vhosting is not easily or cheaply scalable, and executing scripts in a php environment is insecure.</p>
<p style="padding-left: 30px;text-align: justify">
<h4 style="padding-left: 30px;text-align: justify">Clustered Hosting</h4>
<p style="padding-left: 30px;text-align: justify">A type of hosting that spreads the web site across numerous &#8220;nodes&#8221; or servers, spreading the computation load, traffic, and eliminating the risk of single points of failure. <a href="http://www.w3schools.com/hosting/host_types.asp" target="_blank">Clustered hosting</a> is useful when bearing the load of traffic spikes as long as resources are available across the cluster. Clustered hosting is extremely easy to scale, by simply adding more nodes to a network the cluster resources grow, increasing performance.</p>
<p style="padding-left: 30px;text-align: justify">Clustered infrastructures can be costly to implement and maintain due to the larger quantity of servers required, restraining the growth of clustered hosting products available. However, with clever network design these costs can be reduced, and new services are being released, especially by the larger hosting companies.</p>
<p style="padding-left: 30px;text-align: justify">
<h3 style="text-align: justify"><a href="http://www.w3schools.com/hosting/host_types.asp" target="_blank">Dedicated Hosting</a></h3>
<p style="text-align: justify">A single server in a datacentre that will pre-agreed specifications and will only host the one customers website. A dedicated server can have anything installed on it, and will offer greater performance than a standard shared hosting product. However dedicated servers are much more expensive than shared hosting, and are not easily scalable, as once greater is performance is needed by the customer, the only solution is upgrading to a more powerful server.</p>
<h3>Our Solution</h3>
<p style="text-align: justify">Our vCluster provides the perfect solution between performance and security with a private, horizontal partition on our web hosting cluster. It is easily scaled, and with load balancing across a two tiered approach (static and dynamic content delivery), we also provide excellent performance. We have developed a unique solution to the security issues when executing php scripts on shared hosting, by restricting blah blah (See: <a href="http://catn.com/blog/2010/01/28/securing-mod-php/" target="_blank">Securing mod_php without the Vesectomy</a>). Combining our hostig product with super fast <a href="http://www.mysql.com/" target="_blank">MySQL SSD&#8217;s</a>, CatN vCluster provides the most powerful solution for all your hosting needs.</p>
<p style="padding-left: 30px">
<p style="padding-left: 30px">
]]></content:encoded>
			<wfw:commentRss>http://catn.com/blog/2010/02/19/hosting-your-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress VIP hosting for the rest of us&#8230;</title>
		<link>http://catn.com/blog/2010/02/09/wordpress-vip-hosting-for-the-rest-of-us/</link>
		<comments>http://catn.com/blog/2010/02/09/wordpress-vip-hosting-for-the-rest-of-us/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 14:22:53 +0000</pubDate>
		<dc:creator>Joe Gardiner</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[rackspace]]></category>
		<category><![CDATA[techcrunch]]></category>
		<category><![CDATA[wordpress vip]]></category>

		<guid isPermaLink="false">http://catn.com/?p=1641</guid>
		<description><![CDATA[
As you may  have read, TechCrunch, a blog focused on profiling and reviewing internet products, was hacked a couple of weeks ago. They were using Rackspace&#8217;s hosting service, but if you run a traceroute on the TechCrunch domain you&#8217;ll see that it&#8217;s now pointing to wordpress.com. Even more of a giveaway, they have changed the [...]]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 40px">
<p style="text-align: justify" class="first"><a class="lightbox" title="TechCrunch Logo" href="http://catn.com/files/2010/02/techcrunch.png"><img class="alignleft size-full wp-image-1644" style="margin-top: 10px;margin-right: 20px;margin-bottom: 10px;margin-left: 0" title="TechCrunch Logo" src="http://catn.com/files/2010/02/techcrunch.png" alt="" width="180" height="26" /></a>As you may  have read, <a href="http://techcrunch.com/" target="_blank">TechCrunch</a>, a blog focused on profiling and reviewing internet products, was hacked a couple of weeks ago. They were using <a href="http://www.rackspace.co.uk/rackspace-home/" target="_blank">Rackspace&#8217;s</a> hosting service, but if you run a traceroute on the TechCrunch domain you&#8217;ll see that it&#8217;s now pointing to wordpress.com. Even more of a giveaway, they have changed the hosting tag in the footer of their site, so it now says, &#8220;<a href="http://vip.wordpress.com/" target="_blank">Powered by WordPress.com VIP</a>&#8220;.</p>
<p style="text-align: center"><a class="lightbox" title="Powered by Wordpress Screen" href="http://catn.com/files/2010/02/techcrunchscreen1.jpg"><img class="aligncenter size-full wp-image-1653" style="border: 1px solid #efefef" title="Powered by Wordpress Screen" src="http://catn.com/files/2010/02/techcrunchscreen1.jpg" alt="" width="351" height="69" /></a></p>
</div>
<p><span id="more-1641"></span></p>
<h3 style="margin-top: 40px">Make that Change?</h3>
<p style="text-align: justify">It&#8217;s easy to understand why a web site like TechCrunch would have knee jerk reaction to their site being compromised and change host. They&#8217;re a <a href="http://techcrunch.com/about-techcrunch/" target="_blank">large company</a> who have been operating since  2005, have built a large following, and have expanded into Japan as well as focusing on specific parts of the internet market, such as mobile, hardware, and new startups.</p>
<p style="text-align: justify">But why change to Wordpress VIP?</p>
<h3 style="margin-top: 40px">Wordpress VIP</h3>
<p style="text-align: justify"><a href="http://wordpress.com/" target="_blank">Wordpress.com </a>VIP hosting is aimed at businesses with a high profile, or new start ups that have gained the interest of <a href="http://wordpress.com/" target="_blank">wordpress.com</a>. They consider you a good candidate for VIP hosting if your receiving around 1 million views of your blog a month. They host your site across 1000 servers in three different data centres, and offer the obligatory 24/7 support, as well as hourly backups and various other generic features, (spam protection, site map, etc&#8230;)</p>
<p style="text-align: justify">The description of this hosting product actually says, &#8220;Because of the nature of this program it is not open to the public&#8221;, and they&#8217;re not joking; prices start at $500 per blog per month with an initial start up fee of $1,500 per blog, and that&#8217;s for non-dedicated hosting!</p>
<p style="text-align: justify"><em>Note: this service is on invite only, wordpress.com sign you up at their discretion.</em></p>
<p style="text-align: justify">Clearly, this type of package is not for everybody, so at CatN we&#8217;ve created a service to compete with wordpress.com but at a much more reasonable price.</p>
<h3 style="margin-top: 40px">Why CatN VIP?</h3>
<p style="text-align: justify"><a class="lightbox" title="CatN Logo" href="http://catn.com/files/2010/02/catn-logo.jpg"><img class="alignleft size-full wp-image-1675" style="margin: 0 20px 10px 0" title="catn-logo" src="http://catn.com/files/2010/02/catn-logo.jpg" alt="" width="160" height="58" /></a><a href="http://catn.com/" target="_blank">CatN VIP Wordpress hosting</a> really is for everybody. Our product is suitable for a personal blogger, a new startup or an established Wordpress site, due to our flexible pricing structure and easy horizontal scalability. Everyone pays for the base package at £25 per month, giving 100 GB data transfer allowance, and over use is charged on a per GB basis, so you only ever pay for what you use. If a customer is regularly going over their allowance then we&#8217;ll contact them directly to arrange a more suitable package, aiming to keep their costs down.</p>
<p style="text-align: justify">The same goes for our support. Every customer receives 24&#215;7x365 on site engineer support to deal with platform problems that may occur. We also offer a premium support package which can be arranged on request, (<a href="mailto:support@catn.com?subject=Premium Support Package">support@catn.com</a>), and will be priced and planned to suit the size of the users requirements, again, ensuring the customer is only paying for what they really need. Our support package is for anyone who needs help or peace of mind running their Wordpress site, and can be built for absolute beginners needing a helping hand, or corporate users wishing to improve site performance.</p>
<p style="text-align: justify">We don&#8217;t use a hybrid grid system to host your site. We have developed a secure mod_php system that is more secure than the standard php shared hosting setup. Our lead techie, Mark Sutton, has gone into great depth about our secured system, have a look at his blog post <a href="http://catn.com/blog/2010/01/28/securing-mod-php/" target="_blank">here</a> for more information.</p>
<p style="text-align: justify">Most importantly, when you receive spikes in traffic after you blog has been linked on digg, or stumble upon, etc, we guarantee  to still be serving requests under a 20th of a second.</p>
]]></content:encoded>
			<wfw:commentRss>http://catn.com/blog/2010/02/09/wordpress-vip-hosting-for-the-rest-of-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Wordpress is the most popular CMS&#8230;</title>
		<link>http://catn.com/blog/2010/02/03/wordpress-most-popular-cms/</link>
		<comments>http://catn.com/blog/2010/02/03/wordpress-most-popular-cms/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 17:23:41 +0000</pubDate>
		<dc:creator>Joe Gardiner</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://catn.com/?p=1529</guid>
		<description><![CDATA[Is Wordpress the best blog/content management system available? We think so, and in 2009 the Open Source CMS Awards thought so too! Lets have a look at what makes Wordpress so popular.
According to Technorati&#8217;s most 100 visited blogs and CMS wire&#8217;s research, and Pingdom&#8217;s recent review of the blogging market, Wordpress blogs claim at least [...]]]></description>
			<content:encoded><![CDATA[<p class="first">Is Wordpress the best blog/content management system available? We think so, and in 2009 the <a href="http://www.packtpub.com/award" target="_blank">Open Source CMS Awards</a> thought so too! Lets have a look at what makes Wordpress so popular.</p>
<p>According to <a href="http://technorati.com/blogs/top100" target="_blank">Technorati&#8217;s most 100 visited blogs</a> and <a href="http://www.cmswire.com/cms/micro-cms/results-most-popular-cms-in-technoratis-top-100-002198.php" target="_blank">CMS wire&#8217;s research</a>, and <a href="http://royal.pingdom.com/2009/01/15/the-blog-platforms-of-choice-among-the-top-100-blogs/" target="_blank">Pingdom&#8217;s</a> recent review of the blogging market, <a href="http://wordpress.org/" target="_blank">Wordpress</a> blogs claim at least a 27% market share. If the <a href="http://wordpress.com/" target="_blank">wordpress.com </a>hosted blogs are to be included, that figure could be as high as 36%.<br />
<span id="more-1529"></span><br />
Considering there are at least 5 main competitors (<a href="http://www.typepad.com/hp/4" target="_blank">Typepad</a>, <a href="http://www.blogsmith.com/" target="_blank">Blogsmith</a>, <a href="http://www.movabletype.org/" target="_blank">Movable Type</a>, <a href="http://gawker.sourceforge.net/Gawker.html" target="_blank">Gawker</a>, <a href="http://drupal.org/" target="_blank">Drupal</a>) it is reasonable to claim that Wordpress is the most popular blog/CMS platform around. Granted, Wordpress is a blog platform first, but it&#8217;s CMS capabilities have come along in leaps and bounds over the years and the upcoming version 3.0 is likely to go even further.</p>
<h2><span style="font-weight: normal">From Community to Ecosystem</span></h2>
<p>So how did Wordpress get here? Being open source certainly helped a lot. Both Wordpress and the next most popular platform, Movable Type, have certainly gained exposure through being open source.</p>
<p>The open source model can be a fast way to build a community &#8211; that is users and developers communicating their experience with the product and release guides, plugins and themes. At some point though, the community reaches a critical mass where it becomes an ecosystem. This is the point where community members start to build their own commercial products around the platform. At this point a product can consider itself established.</p>
<p>Wordpress has certainly made this transition, which has allowed it to edge in front of the competition. Just look at the huge number of plugins and themes available, both free and commercial.</p>
<h2><span style="font-weight: normal">Ease of Installation</span></h2>
<p style="text-align: justify">With Wordpress, installation is extremely easy! All that is needed is a MySQL database and FTP login. From there the process is a case of submitting a simple form. Some web hosts even offer an automated tool such as Fantastico, through cPanel or some similar product. The ease of installation is one of the many reasons Wordpress is so popular, and if further support is needed there&#8217;s some excellent documentation available at the <a href="http://codex.wordpress.org/Installing_WordPress" target="_blank">Wordpress Codex</a>.</p>
<h2><span style="font-weight: normal">There&#8217;s a plugin for that!</span></h2>
<p style="text-align: justify">Wordpress has a huge number of plugins available, and almost all of them are free. At the point of writing, <a href="http://wordpress.org/" target="_blank">wordpress.org</a> lists <a href="http://wordpress.org/extend/plugins/" target="_blank">8,211 plugins</a> available for download, so this is the best place to start looking.</p>
<p style="text-align: center"><a class="lightbox" title="Plugins Availabe: wordpress.org" href="http://catn.com/files/2010/02/pluginsscreen.jpg"><img class="aligncenter size-full wp-image-1585" title="pluginsscreen" src="http://catn.com/files/2010/02/pluginsscreen.jpg" alt="" width="431" height="33" /></a></p>
<p style="text-align: justify">As with installing Wordpress itself, installing plugins and widgets couldn&#8217;t be much simpler. Simply upload the plugin to the right place, and enable it via the control panel. Widgets can be dragged and dropped into place.</p>
<p style="text-align: justify">If you are a developer, Wordpress makes it easy to write your own plugins too. Plugins are written in the PHP scripting language, and integrate easily using the Wordpress Plugin API. Again, the Wordpress Codex is an excellent resource for plugin authors, and gives a list of programming do&#8217;s and don&#8217;ts!</p>
<h2><span style="font-weight: normal">Themes</span></h2>
<p style="text-align: justify">For many, look and feel is probably one of the highest priorities when starting a blog, and it&#8217;s here that Wordpress really comes into it&#8217;s own. There are even more themes available than plugins, and again, many of them are free.</p>
<p style="text-align: justify">Some of the better theme sites are: <a href="http://themeforest.net/" target="_blank">Theme Forest</a>, <a href="http://www.woothemes.com/" target="_blank">Woo themes</a>, and <a href="http://www.themelab.com/" target="_blank">Theme Lab</a>.</p>
<p style="text-align: justify">Themes can be used straight out of the box, or used as a starting point and customised it to suit your individual requirements. The template files are laid out clearly, easy to read and modular, so can easily mixed and matched. The &#8220;Wordpress loop&#8221; gives the power to further customise individual pages by changing headers footers, or main content pages depending on external factors such as category or title of the post.</p>
<p style="text-align: justify">Many businesses have capitalised on the ease of theming a Wordpress blog, and have combined their styling with various plugins to create excellent, dynamic web sites, that are steps ahead of the classic blog style you may expect. Here are a few of my favourite examples:</p>
<p><a href="http://www.kmxus.com/" target="_blank"><img class="alignleft size-medium wp-image-1536" style="margin-right: 18px;border: 1px solid #efefef" title="kmxscreen" src="http://catn.com/files/2010/02/kmxscreen-300x145.jpg" alt="" width="175" height="85" /></a> <a href="http://searchinsidevideo.com/" target="_blank"><img class="alignleft size-medium wp-image-1538" style="margin-right: 18px;border: 1px solid #efefef" title="sivscreen" src="http://catn.com/files/2010/02/sivscreen-300x152.jpg" alt="" width="175" height="85" /></a> <a href="http://www.tp-hire.co.uk/" target="_blank"><img class="alignleft size-medium wp-image-1543" style="border: 1px solid #efefef" title="tpscreen" src="http://catn.com/files/2010/02/tpscreen-300x147.jpg" alt="" width="175" height="85" /></a><br />
<br /></br></p>
<h2><span style="font-weight: normal">Dashboard</span></h2>
<p style="text-align: justify">The Wordpress dashboard is extremely simple to use. Designs can be updated easily and as regularly as you want, without having to update any of your content itself. The dashboard enables multiple users to be added to the site, with roles ranging from Administrator to Editor and Reviewer. This enables blog operators to keep tight controls over what individual users are able to do on the blog.</p>
<p style="text-align: justify">The post and page creation options are excellent, and highly accessible with visual and html editing views, and single-click page previews. Newly added content can be saved as draft, or awaiting review, and once completed tagged and categorised for organisation within the site.</p>
<p style="text-align: center"><a class="lightbox" title="Wordpress Dashboard Screenshot" href="http://catn.com/files/2010/02/dashboardscreen.jpg"><img class="aligncenter size-medium wp-image-1582" style="border: 1px solid #efefef" title="dashboardscreen" src="http://catn.com/files/2010/02/dashboardscreen-300x195.jpg" alt="" width="300" height="195" /></a></p>
<p style="text-align: justify">The dashboard also offers excellent media management, with gallery views for your media and built-in editing tools. All this gives power to the less technical user, who no longer has to wrestle with image editing software. Uploading media makes use of a built-in wizard, and offers preview options before importing into a post.</p>
<p style="text-align: justify">Comments are easily handled, and through the settings panel, a default response can be set. Rules for allowing comments are customisable to require approval or blocked all together. Integration with the <a title="Gravatar" href="http://gravatar.com" target="_blank">Gravatar</a> service improves the appearance of visitor comments further.</p>
<h2><span style="font-weight: normal">Conclusion</span></h2>
<p style="text-align: justify">The popularity of any blog/CMS platform can be measured not only by the number of domains, but by the community and ecosystem surrounding it. This is where Wordpress really stands out from the crowd.</p>
<p style="text-align: justify">Most developers will pick one platform and stick to it in the absense of a compelling reason to change, and the ever growing Wordpress community is evidence of that. With more users and blogs, bugs can be found and resolved very quickly.</p>
<p style="text-align: justify">The size of community that Wordpress enjoys is to be envied by any upcoming product and this is without a doubt the secret to Wordpress&#8217;s long term success. In short Wordpress has a formula that works and is so far ahead that this is unlikely to change in the near future.</p>
<p style="text-align: justify">In 2010 the Wordpress developers will be working towards a major milestone &#8211; the release of version 3.0. Although the feature list is not set in stone yet, the main improvements are said to be greater focus on Wordpress as a CMS system and the integration of multi-site functionality currently provided by <a title="Wordpress-MU" href="http://mu.wordpress.org/" target="_blank">Wordpress-MU</a>. In short, Wordpress is a force to contend with.</p>
]]></content:encoded>
			<wfw:commentRss>http://catn.com/blog/2010/02/03/wordpress-most-popular-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speculations on the Facebook PHP Rumours&#8230;</title>
		<link>http://catn.com/blog/2010/02/01/facebook-php-rumours/</link>
		<comments>http://catn.com/blog/2010/02/01/facebook-php-rumours/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 11:28:07 +0000</pubDate>
		<dc:creator>Mark Sutton</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rumour]]></category>

		<guid isPermaLink="false">http://catn.com/?p=1472</guid>
		<description><![CDATA[Rumours abound this weekend, and as usual in such matters, details are thin on the ground. Did that meeting really happen? And who is this lonesome coder supposedly re-writing PHP for the last two years? Is it a new runtime or a compiler? Someone knows, and for sure something is afoot, but what is it?


Most [...]]]></description>
			<content:encoded><![CDATA[<p class="first">Rumours abound this weekend, and as usual in such matters, details are thin on the ground. Did that meeting really happen? And who is this lonesome coder supposedly re-writing PHP for the last two years? Is it a new runtime or a compiler? Someone knows, and for sure something is afoot, but what is it?</p>
<p style="text-align: center"><a class="lightbox" title="PHP on facebook" href="http://catn.com/files/2010/02/facebook.jpg"><img class="size-full wp-image-1503 aligncenter" title="facebook" src="http://catn.com/files/2010/02/facebook.jpg" alt="" width="441" height="162" /></a></p>
<p><span id="more-1472"></span><br />
Most of the <a href="http://twitter.com/#search?q=%23php%20%23facebook">chatter</a> out there on the Interwebs suggests &#8216;either&#8217; a re-write of the runtime &#8216;or&#8217; a compiler. But reading between the lines of <a href="http://therumpus.net/2010/01/conversations-about-the-internet-5-anonymous-facebook-employee/?full=yes">this interview</a> with an anonymous FBer, the announcement sounds likely to be &#8216;both&#8217;.</p>
<p>HyperPHP, or HPHP appears to provide a way to &#8220;compile&#8221; your PHP scripts. Well, I can see why that would make PHP run faster and maybe fix some of PHPs design-level weaknesses, but that&#8217;s only part of the picture. How do you then connect this compiled script back to your webserver? I refer you back to my last <a href="http://catn.com/blog/2010/01/28/securing-mod-php/">blog</a> &#8211; CGI offers poor performance and FastCGI can be brittle and nasty to work with.</p>
<p>Which leaves two probables &#8211; either they&#8217;ve created a new mod_php for Apache, or in true Facebook style they&#8217;ve gone and hooked it up with a more modern, even driven, non blocking, c100k-busting daddy of a web server. Imagine that.</p>
<p>It won&#8217;t be a drop in replacement though, and it&#8217;s unlikely to make a scratch in mod_php&#8217;s existing install base. But it might just be interesting enough to draw some of the Ruby and Python strays back into the fold.</p>
<p>As for that meeting, it&#8217;s my guess that Facebook want to call it PHP-something, and for that they&#8217;ll need permission from the PHP developers. We&#8217;ll know more tomorrow.</p>
<p>So lets wait and see what the announcement brings&#8230; We&#8217;ll certainly be taking it for a spin, whatever it turns out to be, and reporting back here in due course.</p>
]]></content:encoded>
			<wfw:commentRss>http://catn.com/blog/2010/02/01/facebook-php-rumours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
