Upload word press into the domain folder you want it setup on.
Create a Mysql DB and user in Cpanel using MySQL wizard
Edit the config file similar as below and upload. Will have to rename in to remove the
sample in the file name.
<?php
// ** MySQL settings ** //
define('DB_NAME', 'maindomain_DBNAME'); // The name of the database
define('DB_USER', 'maindomain_Username'); // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
etc etc................
Run the install.php by going to
www.domain.co.uk/wp-admin/install.php
Make note of password (or login and change it)
Thats it, any problems shout