Skip to main content

Configure Wordpress manually with xampp

We all know that Wordpress is a free and open source Content Management System (CMS), based on PHP and MySQL. It is the most easiest tool to create a Blog or a Website. 
Today, I am going to show you how to manually configure your wordpress with xampp web server. Before we begin, make sure that xampp web server should be install on your Windows OS.

1. Goto https://wordpress.org/download/ and click on download button to download latest version of wordpress.

Click to zoom this image

2. Once downloaded, extract wordpress.
Click to zoom this image

3. Place the wordpress folder to htdocs folder of xampp.
Click to zoom this image

4. Click on START (Windows Logo) and then click to start xampp control panel.
Click to zoom this image

5. Start Apache and MySQL services and then, click on Admin button. If you got an error that Apache won't start, then please check my post Fix Apache error in xampp.
Click to zoom this image

6. On phpMyAdmin window, click on Database and then type database name of your choice. And then, click on Create.
Click to zoom this image


Click to zoom this image


7. Now, open a new web browser tab and type localhost/wordpress. It will open wb-admin config window. Click on Continue button below to goto the next page.
Click to zoom this image

8. Please read info on this page and click on Let's go!
Click to zoom this image

9. Type Database Name, Username and Password database connection detail and click on Submit. Please take a note of this info in a diary for future reference.

Click to zoom this image

10. Click Run the install button to continue.
Click to zoom this image

11. Please type Site Title (The Title of your local website/ blog name), Username, Password and Your Email info and then click on Install Wordpress button.
Click to zoom this image

12. Type Username or Email Address and Password to login to your local Website/ Blog and click on Log in button.
Click to zoom this image

13. This is wp-admin Dashboard, where you can configure your wordpress settings. Click sitename on your website/ blog (above) to view.
Click to zoom this image

14. Here's how you see the skeleton of your Website/ Blog.
Click to zoom this image

Comments

Popular posts from this blog

How to create shortcut in Library

On this post, I will show you how to create a shortcut to access a folder from Windows Library in a super easy step. 1. Goto your profile from windows Start button (Here, I have Windows 7 installed on my PC). 2. Right click on Libraries on left side of the window pane. Select " New " and then " Library " to create Library folder. 3. Once Library folder is created, right on it and rename Library folder (I gave it a name Downloads). And, Click on " Include a Folder " to create a folder. 4. Show the path of the folder which is to be accessed from the Library and click on " Include Folder ". 5. And, here you are. The shortcut folder and its path is created under Library folder.

How to increase VRAM in VMware

When you get poor graphics performance in VMware, you need to increase vram to get better graphics. To increase graphics value, you need to edit .vmx file of your Guest OS. Goto, VMware folder or to the Guest OS folder to find .vmx file. Once you get that file, open it with a text editor. Click to zoom this Image Depending on the type of VRAM, change the value for your Guest OS. Click to zoom this Image Click to zoom this Image Once you change the value of VRAM (please check above screenshot of VRAM values from 16MB to 512MB). Save the file and exit and then check the Graphics performance of your Guest OS. Click to zoom this Image You are Done. For more details, please check the knowledge-base of VMware website. Link: https://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=1003

How to create a Quiz in Google Form

Today we are going to see, how to create Online Quiz in Google Forms. I have provided screenshots so that it would be easy to understand. Goto www.google.com/forms to create a Form. Now click on "New Form" to create a quiz. You can take a Tour to know more about How to create a Form or else you cancel it. Type Form name of your choice to create a Quiz and goto "Settings". To create a quiz immediately, please select the below option and click on "SAVE". Now type your question for the Quiz, choose the correct answer and assign mark/ marks for each question. You can even add brief description for the correct answer. Now click on "+" on right side of the form to add a new question. In a similar manner you can add different Question to the Quiz List. Once the list of Questions are completed, you can click on "Submit" button. You can now play the Quiz to test if it is working correctly. Once yo...