Wednesday June 30th 2010 by Joe Gardiner

Does the UK Government get value for money?

bigben

The COI (Central Office of Information) released the annual report for government websites at the end of June 2010, giving us an insight into expenditure for all sections of government informational websites, and analytical data such as visitor numbers.

This data has allowed us to carry out our own CatN analysis and apply our billing metrics and pricing packages to central government sites data. It is worth noting that these sites are purely static content with some search functions and other small scripts.

Read the rest of this entry »

Wednesday June 30th 2010 by Joe Gardiner

Benefits of cloud hosting

cloud

Cloud hosting is often referred to as an “up and coming” technology that is, “the future”, and it is certainly taking the IT industry by storm. Cloud computing is already here and if there was ever a buzz word, “Cloud” is certainly it!

In fact it has been predicted that by 2012 85% of Fortune 1000 companies will be using a cloud hosting solution or infrastructure. Clearly more than an “up and coming” technology!

Read the rest of this entry »

Thursday June 24th 2010 by Joe Gardiner

vCluster Billing System

bloghead

After many weeks of development I am happy to announce the release of the CatN Control Panel 1.1, a complete billing system, and the finalised pricing page.

You can view our vCluster packages and allowances, usage prices, and support packages at catn.com/vcluster/pricing/. If you’re yet to add a payment method please remember you have until the 15th July, and if you’re deciding to leave us, a big thank you for all the feedback you gave over the development process.

Let’s take a quick look at the new releases…
Read the rest of this entry »

Thursday June 24th 2010 by Ollie Armstrong

Getting to Grips With SSH – Part 3

sshheader

Welcome to the third guide in the series of blog posts helping you to understand basic SSH commands to aid your development.

In the previous part, you learned how to connect to your vCluster using SSH. This is a good starting point, but not very useful on its own. In this part we will be learning how to navigate your vCluster using SSH commands. It’s pretty easy though!

Read the rest of this entry »

Monday June 21st 2010 by Ollie Armstrong

Getting to grips with SSH – Part 2

sshheader

Welcome to the second guide in the series, taking you through the basics of ssh, and some simple ssh commands to use.

Getting Started

First things first, you need to add your ssh key to your CatN vCluster settings.  There’s a great tutorial Adding your ssh key to your vCluster for achieving this on Mac OSX and Windows. Once your ssh key has been added to your vCluster you can connect using ssh.
Read the rest of this entry »

Wednesday June 9th 2010 by Joe Gardiner

FTP upload to public directory

You will need to have all your access options and settings from the catN control panel before following this guide. Have a look at the Quick Start guide for help.

Now you’ve had a look at all your access options, know your public directory and have set a password it’s time to upload your website!

Upload your site

If you’re planning on uploading a php CMS or application have a look at these install guides:

In the mean time lets upload some average (X)HTML files and a style sheet. We’re going to upload using the FTP client FileZilla that you set up earlier (right?).

Load up FileZilla and have a look at the interface. In the left panel is the contents of your local directories, and the right will be empty as you’re not currently connected to a server.

Next connect to the access server.

In the host field enter the name of your access server e.g. access1.c1.catn.com

In the username field enter your username from the settings page, and in the password field enter the password you have just set. You can leave the port field empty as vCluster and FileZilla will use the default 21.

Click Quickconnect to attempt the connection. If successful the directories on your vCluster will be viewable in the right side panel.

You can now drag your web site files across from the local directories on the left into the http folder on the right (live) panel of FileZilla.

Success, now you can type your vCluster domain into your web browser to view your live, uploaded web site.

Wednesday June 9th 2010 by Joe Gardiner

vHosting

vHosting allows you to host multiple domains on the one vCluster.

This is useful not only for hosting lots of sites without needing numerous vCluster accounts, but also to use one domain as a test environment, before pushing any changes to the live domain.

In order to follow this guide you will need to have setup FileZilla to access your vCluster. You can read the guide here.


Once you have connected…

Connect to your vCluster using FileZilla and have a look at the directory listing in the right panel of the user interface.

Inside your www web folder will be a folder named vhosts, this is where you create your sub-domain folders.

However, if this folder does not exist complete the following steps. If it does exist you can skip this section.

Creating vhosts folder

Take a look at the contents of your main vCluster directory. My vCluster directory name is fubra-joegardiner, inside you will be able to see your awsts, etc, log, http, and https folders.

Right click on your main vCluster folder and select Create Directory

In the create directory dialogue box, enter the folder name vhosts, and click ok. You’ll now have a vhosts folder on your vCluster.


Open up your vhosts folder, and have a look inside, the folder should be empty. Inside the vhosts folder we’re going to create a folder for our subdomain files. Let’s create a subdomain for my domain name joegardiner.co.uk

Right click on the vhosts folder and and select create directory. In the create directory dialogue enter the name for the sub-domain.

The name needs to be exactly the same as the domain name you wish to point to this vhost e.g.:

joegardiner.co.uk

In my case the sub domain folder will be named:

joegardiner.co.uk

This newly created directories full directory name will be:

/sites/fubra-joegardiner/vhosts/joegardiner.co.uk

This is very important: inside our newly created sub-domain folder you need to add an http folder to upload your wordpress or web site files to. Using the same method, create this directory now.


.craccess

We are almost finished, we just need to add a file to http folder that allows dynamic content to be served correctly. This file is vitally important so make sure you complete this step.

There is a guide explaining the function of this file and how to create it that you can read here.

The .craccess file already exists in the http folder in your vCluster root directory. Before you go looking for it you need to enable viewing hidden files in FileZilla.

Open up FileZilla and have a look for “Server”.

Click the “Server” option from the menu bar and select “Force showing hidden files”. This will display hidden configuration files in all folders you view through FileZilla.

Now that hidden files are viewable, open the http directory in your vCluster root directory (not the sub-domain folder you just created), and you locate the file called .craccess.

/sites/fubra-joegardiner/http

Make a copy of this file and transfer the copy to the http folder in the sub-domain directory.

/sites/fubra-joegardiner/vhosts/joegardiner.co.uk/http

As you can see in the following picture, the .cracess file is now displayed in my wordpress test install folder.

Finally…

Any files placed in the http folder in your subdomain will now be accessible by site visitors. To view the subdomain in your browser, simply enter the sub-domain into your address bar, for example: wptest.joegardiner.fubra.vc.catn.com.

Now a domain has been set up for a WordPress install have a look at this guide for the WordPress installation procedure.

This process can repeated to create as many sub-domains on your vCluster as required.

Wednesday June 9th 2010 by Joe Gardiner

Quick start guide

You’ve just purchased your vCluster, so what now?

Here are a few key pointers to get you up and running and answer any questions you may have as you enjoy your new vCluster.

Read the rest of this entry »

Wednesday June 2nd 2010 by Joe Gardiner

Getting to grips with SSH – Part 1

sshheader

Welcome to the first of a series of blogs taking you through the basics of using ssh commands, not only to access your CatN vCluster, but for general network administration.

If you’re not sure what ssh is, or you want to jump to vCluster specific instructions for ssh have a look here: What is a shell environment?, here: SSH access for your vCluster, and here: SSH key pairs.

Read the rest of this entry »