How to Install WordPress on your Computer Using WAMP

HOW TO INSTALL WORDPRESS ON YOUR COMPUTER USING WAMP

Are you planning to install WordPress on your Windows computer locally? Using WordPress on your computer can help you explore the diverse features of this platform. If you are trying to figure how to install WordPress on your computer using WAMP then this guide will help you with this. 

WordPress can be tricky but it can also be fun to use. Using new and diverse features on this platform can help you explore many new directions. Using multiple software to create web applications and manage your database can helpful. If you want help with installing WordPress on MAC using MAMP then we have it for you in our User Guides. 

In this article, we will discuss how to install WordPress on your computer using WAMP. Utilizing WordPress on your computer will help to test the new feature and learn WordPress development. It will also help you make your desired modifications without interrupting the live website. After completing your new WordPress site layout, you may migrate it to a live server. Follow all steps listed below to integrate the WordPress installation on your computer.

What is WAMP?

WAMP is a Windows-based package that includes Apache web servers, PHP, and MySQL. They are all distinct kinds of open-source software. Even for experienced users installing all of them can become difficult. WAMP software makes it simple to install them and get a local working environment up and running in minutes.  Read this complete guide on how to install WordPress on your computer using WAMP for successful integrations.

Step 1. Installing WAMP on Windows Computer

You must download and install the WAMP software on your PC. You need to visit the WampServer website and click the Start Using WampServer option. 

Installing WAMP on Windows Computer

It will direct you to the downloads part of the website. WampServer 32 bits and WampServer 64 bits are the two versions available. You must choose the WampServer version that corresponds to your Windows computer’s operating system. 

Download the WAMPSERVER

Check the Operating system type

To see which operating system you are using 32-bit or 64-bit, Go to the Control Panel » System and Security » System on your computer. Your OS type will be displayed there. 

CONTROL PANEL

Once the file is downloaded, double-click the wampserver execution file to complete the installation. Ensure you strictly comply with the installation procedure on the screen. 

SETUP WAMPSERVER

You should specify the location of the web browser during the installation procedure. Internet Explorer will be the default browser. You can change it to Google Chrome or other web browsers by searching for it in your computer’s Program Files.

When the installation is completed, you can launch the WampServer to continue.

Step 2. Local WordPress Database Setup

  1. The next step is to create a new MySQL database from scratch. 
  2. On starting WAMP, you will notice a green WampServer icon at the bottom right corner of your screen, click on it, and then click on phpMyAdmin (a web-based app to maintain MySQL databases).

Note: The services (Apache, MySQL, PHP) are not executing if the WampServer icon is red or yellow. Before setting up the database, you must first start the services by clicking on the icon.

WORDPRESS DATABASE
  1. It will open your web browser to the phpMyAdmin login screen, type username: core, and leave the password field empty. These are the default login credentials for phpMyAdmin on your localhost.
MYPHPADMIN FOR WORDPRESS
  1. Click On GO. 
  2. Once you have logged in, go to PHPMyAdmin and click Databases to create a new database for WordPress. It will prompt you to give your new database a name. After that, select the Create option.
MYSQL FOR WORDPRESS
  1. Now that your database is ready, you may install WordPress on localhost.

Step 3. Installing WordPress on Windows Using WAMP

  1. The next step is to get the most recent version of WordPress from the WordPress.org website. It will download as a zip file and extract that zip file and copy the WordPress folder.

 

 2. Now you have to go to the folder where WAMP was installed.

WORDPRESS ZIP FILE
  1. We installed WAMP under C:\wamp11 in this tutorial, so we will refer to that folder from now on. However, depending on where you installed the software, it may be different for you. You have to paste the WordPress folder into the C:\wamp11\qqq, and you can rename the WordPress folder to any name you want. The name you dedicated to the folder will lead to your localhost URL. 
unzip the WordPress file
  1. We renamed the folder from WordPress to Wpsite for this tutorial.
  2. Now you can follow the localhost link(http://localhost/Wpsite/) to browse the website.

If you wish to check out the complete guide on installing WordPress then you can easily find it in User Guides. 

Setup a Database

  1. It will first ask you to choose a language before showing you the database setup information. Once you have finished reading it, click the Let’s go button to continue.
INFORMATION
  1. Then, you need to fulfill the database credentials such as host, table prefix, username, and password.
  2. The database name will be the same as the one you entered earlier. We named it table_db in our example. The username will be core, and the password field can be left blank. The database host and table prefix can alternatively be left.
DATABASE WORDPRESS
  1. After filling in the blanks then click on the Submit button, and WordPress will build the config file in the backend.
  2. You will get a success message stating that WordPress is connected to your database and that you can continue with the installation.
  3. To proceed, click the Run the Installation button, which will lead you to the WordPress site’s welcome screen. Where you can add the title for a new website, provide an admin email address, select an admin username, and enter a strong password.
RE-INSTALLATION
  1. Once you completed the form, then click on the Install WordPress button.
DATABASE INFORMATION
  1. You will see the success message after completing the process. WordPress has created new tables in your database in the background, and it is ready to use.
  2. Then, click on the Login button and you can go to your WordPress dashboard.
LOGIN WORDPRESS
  1. Congratulations on successfully installing WordPress using WAMP on a Pc.

Step 4. Enabling Pretty Permalinks in WAMP

If you can change the permalinks settings, the new version of WordPress does not break your local site. However, if the page not found warning still appears on your pages, then update the permalinks in WordPress Settings » Permalinks.

Step 5. Fixing WAMP Issues

Even for beginners, WAMP is simple to use. If you still can not get it to work, the troubleshooting tips below may be helpful.

Fixing the WAMP Skype Conflict

If you already have Skype installed and running, WampServer may not function properly due to a Skype conflict. The problem arises from the fact that both Apache and Skype use port 80. There is an easy solution to this issue. 

Open skype and navigate to the Tools » Options.  It will open a dialogue box, where you should select Advanced, then Connections.

Uncheck the item that says Use ports 80 and 443 as incoming connection possibilities. Restart Skype after saving the options.

Skype Conflict

Install Visual C++ Redistributable

Visual Studio requires the Visual C++ Redistributable to run WAMP. If you don’t already have it installed on your computer, you can get it from the Microsoft website and install it.

If you have any questions regarding a complete guide on how to install WordPress on your computer using WAMP, please comments below.

Leave a Comment

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

Related Posts

Regex is a useful string of characters that defines a search pattern. In the security world, regular
When developing an application or any other software, the security of the finalized product is one of
Sometimes the development teams employ unconventional practices to fix bugs or add new features without realizing the
Scroll to Top