Setting up a local WordPress install is quick, simple, and extremely useful. Many bloggers have experienced the unpleasant complications that can sometimes occur during the update of a WordPress plug-in. Some have even suffered a complete lockout from their WordPress site. It never pays to practice on live blogs. This article teaches you two important tasks: 1) how to download and install WampServer onto a local machine; 2) how to install WordPress into the local WampServer environment.
WampServer 2
WampServer is an open source application that enables uses to utilize the features of an Apache server on a local machine. The current project can be downloaded in both 32-bits and 64-bits formats. The project includes the following programming and database management applications:
- Apache 2
- MySQL 5, as is compatible with both 32 or 64 bits
- PHP 5 and phpMyAdmin
- SQLBuddy
The Apache server drives website browser handling routines. Likewise, the MySQL database is used to store online data. PHP is one of the primary programming languages that are used to access and manipulate the MySQL files. By installing WampServer onto a local system, the user creates a personal web server environment.
Installing WampServer
The installation is pretty much fully automated.
- Go to the following web link: WampServer
- Download the appropriate version to fit your operating system.
- Run the WampServer installer program. Accept the default options.
Installing WordPress
The steps are as follows:
- Open the wamp working directory: C>wamp>www.
- Create a new folder for your WordPress website. Name it to match your planned website name.
- Download WordPress.
- Extract the WordPress files into the newly created folder.
- Locate and launch WampServer.
- Put WampServer online. This option is the bottom button on the WampServer control center.
- Launch phpMyAdmin. It is second from the top in the WampServer control center.
- When your browser opens, check for the following URL: http://localhost/phpmyadmin/. In the event of error, recheck the previous steps. You may even need to reinstall WampServer.
- From the phpMyAdmin control screen, create a new database. If you are duplicating an existing WordPress database, be sure to use the same name. This name should also match the name of the newly created folder.
- From the WampServer control center, launch Localhost.
- If you correctly created and named your WordPress folder, it will show up under the Localhost project files.
- From Localhost, open YourNewFolder, and then follow the prompts to setup the WordPress database.
- On the database screen, set the MySQL username to root.
- Follow the prompts to finish the WordPress setup.
About the Author
Steven Farrell is the administrator of ReversePhoneLookup.org, a site where you can perform a reverse lookup for as little as $1.
Seems a bit complicated when one click installs seem to be commonplace nowadays…
Love WampServer – I have so many database driven websites literally could not do without it. Great for setting up and testing.
Followed instructions down to No6 and got the Aestan Tray Menu “Could not execute menu item (internal error) [Exception] could not perform service action: The service has not been started. Very frustrating to keep reading about how easy this is to install. I’ve run out of ideas. Any more suggestions?
BTW Windows 7/64. Have no IIS and Skype port has been moved to 1064 (80 and 443 unticked). Running bitdefender, which has been completely removed on one occasion and still Wampserver 2 could not be loaded.
Wampserver is just one of many. You can try EasyPHP, XAMPP for Windows, or even QuickPHP.
Perfect walkthrough – if anyone has issues with hangup while setting up the wordpress config, you may want to check that you have a password setup for your database and / or try using 127.0.0.1 (check your database privileges in phpAdmin, might be different) if you’re running local on a port different than default port 80. localhost:[custom port no.] would probably work also, but I didn’t try that.
Thanks!