Installing Word-Press manually
1) Login to cpanel ==> Mysql databases
Create mysql database wp
Create the mysql database user wp with password wp
2) Login to shell go to user public_html folder
cd /home/user/public_html/
3) wget http://wordpress.org/latest.tar.gz
4) tar -zxvf latest.tar.gz
5) chown -R ehpzne66.ehpzne66 wordpress
6) cd wordpress
/home/user/public_html/wordpress/
7) vi wp-config-sample.php
replace the following setiings with the database name and user name you have created in cpanel
define(’DB_NAME’, ‘user_wp’); // The name of the database
define(’DB_USER’, ‘user_wp’); // Your MySQL username
define(’DB_PASSWORD’, ‘wp’); // …and password
wq!
mv wp-config-sample.php wp-config.php
Now go to the browser as this part is done in the browser
9) http://domain.com/wordpress/wp-admin/install.php
click on firststep
10) Provide the blog title
Email provide the email id of the client
Continue with second step
Save the admin logins you need to provide this logins to client same logins will also been sent to client email id also
Username
admin
Password
21de76
That’s it
Now you can login to wordpress at the following URL:
http://domain.com/wordpress/wp-login.php ( Login with admin logins )