HOW TO INSTALL WORDPRESS
1.WORDPRESS_MANUAL INSTALLATION
If you do not have the Fantastico auto installer on your account or just choose not to use it, you have the option to install WordPress manually. Please, follow the step-by-step guide below in order to activate Wordpress on your hosting account:
How to install Wordpress manually
Another option is to create a subfolder in your hosting account and upload the archive in it. The WordPress installation will be accessible at:
http://www.yourdomainname.com/subfolder
define('DB_NAME', ''); // The name of the database
define('DB_USER', ''); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password
define('DB_USER', ''); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password
Please note that you should type the full name of the database and the MySQL user. Let's assume that your cPanel username is "mynewsit" and your domain name is mynewsite.com. If the name of your database is "wpress", the user is "wpuser" and the password for the MySQL user is "0la;mip" you should update the lines in the wp-config.php file to:
define('DB_NAME', 'mynewsit_wpress');
define('DB_USER', 'mynewsit_wpuser');
define('DB_PASSWORD', '0la;mip');
define('DB_USER', 'mynewsit_wpuser');
define('DB_PASSWORD', '0la;mip');
You can also change the default database prefix in order to secure your WordPress installation.
www.yourdomainname.com/where_wordpress_is_extracted/wp-admin/install.php
This should set up the tables needed for your blog. If there is an error, double check your wp-config.php file, and try again.
2. WORDPRESS_FANTASTICO_INSTALLATION
Please, follow the step-by-step guide below in order to activate Wordpress on your hosting account:
If else you will have to go back and rectify the specified issues.
Well done! You have successfully installed the Wordpress application!
3.WordPress Softaculous Installation
This tutorial is designed to show you how to use Softaculous to install a WordPress application to your site. It will take only few minutes and literally no advanced skills to have a fully functional WordPress instance in your hosting account.
First, login to your cPanel account and find the Softaculous icon under the "Software Services" section. It should be located in the lower part of your cPanel page, right under the "Domains" section.
Once you click on the Softaculous button, you will be redirected to the page where you have to chose the application you want to install. On the left side of your screen locate the "Blogs" category, click on it and then click on the "WordPress" link that will appear.
On the next page, press the Install button at the top of your screen to specify that you want to perform a brand new WordPress installation.
Finally, enter the required fields for your site - title, description, administrative username and password, administrative e-mail etc. and click on the "Install" button. Please note that by default Softaculous will install the application in a "wp" sub-folder. That being said, if you would like to be able to access the website only via your domain name you should delete the wp string from the "Directory" field. If you want to install the application in another sub-folder you should simply type it in the field.
That's it! Your WordPress application is installed and ready to use. You can now login and start blogging!
No comments:
Post a Comment