How to configure wordpress on local or remote server

Wordpress Plugins1 How to configure wordpress on local or remote serverWordPress is an awesome tool to use and blog but when it comes down to installing a wordpress on you system or on a remote server its a mess. It requires a lot of knowledge about sql,php and apache (or what ever you are using as your web server). In this post I’ll teach you how to install,configure and also do some fun tricks with your new installation of wordpress.

So first let’s begin with installation of wordpress on your system(Installation on a remote server is approximately similar to this only).

WordPress needs 3 major components : an SQL server to store all the data like the Posts,Comments and other configurations, a PHP server to be able to query data from the SQL server and display it on an a web page and the last thing is an apache server(You know what apache is use for :P)

So you can install all these servers individually or as I recommend install WAMP (Windows Apache MySql PHP) Click Here. Download it and install anywhere on your system. Once done click on the wamp server icon on the notification area and put it online.

Put Online Wordpress How to configure wordpress on local or remote server

Now we are ready to install the wordpress. So go to WordPress.org and get yourself a brand new copy of WordPress. Extract it and place it in the www folder of the wamp installation we just did(usually it is C:\wamp\www).

Let us now configure the wordpress so the first thing we are gonna do is to create a new database for wordpress. To do that follow the steps:-

  • Open your browser and type in http://localhost/phpmyadmin/
  • There is a text box under the heading Create a new database. Type in your desired name and click Create.


To install your wordpress go to http://localhost/. Under the Your Projects section you will see the folder we extracted before named wordpress. Click on that. It will ask you to configure the wp-config file click on Create a Configuration File. Now replace the field designated as Database Name to the one you made before in phpmyadmin. In place of Username type root which is the default leave the password filed blank and click Submit. In case of users who want to install this system on a remote server you password will be the same of that of your admin login name. Click on Run Install. You would be prompted to add your blog name ,username,password and Email-ID. Click install and you are up.

wordpress view 300x202 How to configure wordpress on local or remote server
Login using your username and password.

Once done now there are some things you would like to change like your ssl security(Which allows you to open your admin page with https protocol). So for this you would need to open the wamp version of MySql Console.wamp sql console How to configure wordpress on local or remote server

Press enter when prompted about entering password. Issue the command

connect yourdatabasename

mysql console connect How to configure wordpress on local or remote server

Once the above screen is displayed issue the command

UPDATE wp_usermeta SET meta_value=1 WHERE umeta_id=8;

wordpress ssl How to configure wordpress on local or remote server

and now your admin page will have ssl encryption.

By default wordpress shows only 10 of your last feeds in the rss. If you want to increase it issue the following command in the MySql Console

UPDATE wp_options SET option_value=20 WHERE option_name=”post_per_rss”;

wordpress rss How to configure wordpress on local or remote server

For any queries feel free to post a comment

Ashmeet Singh

I have just passed class 12 and am looking forward to making it into a good college. I have also been the writer of many blogs such as TechnoDesi,NewtrojansBlog,GammersLane etc. and this blog is my new endeavour in the field of technology.

You may also like...

3 Responses

  1. cardaddy says:

    I like the template of your site! It looks really full.

  2. A lot of thanks for all your efforts on this site. Gloria loves engaging in investigation and it’s easy to understand why. Almost all know all concerning the dynamic means you give important secrets on the web blog and as well encourage contribution from others on that concern plus our daughter is always discovering a lot. Have fun with the remaining portion of the new year. You’re the one conducting a good job.

  1. May 22, 2013

    […] is one of the initial steps you take if you are a web developer. Having done a similar post for windows Doing this for a mac seemed a subsequent step. On a mac this process is a bit easier than that on […]

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>