-
▼
2012
(336)
-
▼
April
(26)
- How to Turn My Regular WordPress Blog Into a Vlog
- How to Create a Wordpress Static Website
- How to Export Blogspot to WordPress
- How to Upload All PLR Articles to Wordpress
- How to Turn Off the WYSIWYG Editor in WordPress
- How to Lightbox Videos in WordPress
- How to Insert Yahoo! Maps in WordPress
- How to Insert Bullets Into WordPress
- How to Add a Photo Slideshow to WordPress
- How to Set Auto Text Wrap in WordPress
- How to Center a Header in WordPress
- How to Upload Files to WordPress
- How to Post Everything in My WordPress Blog to My ...
- How to Add an Amazon Store to WordPress
- How to Restore a WordPress Blog After Changing Ser...
- How to Add Columns to Pages in WordPress
- How to Remove Bullet Function in WordPress
- How to Edit the Heading in a WordPress Thesis
- How to Create Subdomain Wild Cards in WordPress
- How to Upload Downloaded .Zip Files to WordPress
- How to Update Categories in WordPress
- How to Automatically Activate the Plugins on WordP...
- How to Embed Twitter on WordPress
- How to Run a WordPress Test Site on Your Computer
- How to Create Rounded Navigation Menu Links on a W...
- How to Include Java Script on All Pages in Wordpress
-
▼
April
(26)
adsense
How to Run a WordPress Test Site on Your Computer
1. Download a server application. XAMPP and Wamp are the most popular, and both are simple and low maintenance. Install it at the root of your hard drive. The first time you run the program, you will be presented with a menu of services to install. Select 'Apache' and 'MySQL.'
2. Type 'localhost' into your browser, then click the PHPMyAdmin tab. In the 'Create New Database' text field, type 'wordpress' (without the quotes) and click 'Create.'
3. Download the latest version of WordPress from wordpress.org and unzip the file in C:/
/htdocs.
4. Open the WordPress folder and find a file named 'wp-config-sample.php.' Rename this file to 'wp-config.php,' then open it in a text editor like Notepad. Find the 'MySQL settings' area in the text file and replace it with these values:define('DB_NAME', 'wordpress'); // The name of the databasedefine('DB_USER', 'root'); // Your MySQL usernamedefine('DB_PASSWORD', ''); // ...and passworddefine('DB_HOST', 'localhost'); //
5. Point your browser to http://localhost/wordpress/wp-admin/install.php and follow the instructions. The program will ask for non-technical details as it installs.
6:39 AM | Filed Under | 0 Comments
Post a Comment