- Download XAMPP or WAMP (if you are on a Mac try MAMP)
- Go to PHP MyAdmin, create a new database
- Download the latest version of WordPress
- Change the WordPress wp-config-sample.php to wp-config.php
- Open the wp-config.php file and edit the following fields:
- define(‘DB_NAME’, ‘wordpress’); // The name of the database
- define(‘DB_USE’’, ‘root’); // Your MySQL username (you may need to create a database user, if you are doing this anywhere not local MAKE A NEW USER)
- define(‘DB_PASSWORD’, ”); // …and password (Leave empty!)
- define(‘DB_HOST’, ‘localhost’); // Your MySQL hostname (this may need to be the local ip address ie. 127.0.0.1)
- visit: localhost/(your database name)/wp-admin/install.php
Resources
- http://wpacademy.tv/ww3.htm?how-to-install-wordpress-php-mysql-to-a-local-development-server-environment-on-windows-or-mac-in-3-minutes.htm
- http://codex.wordpress.org/Installing_WordPress
  Sign up for the Newsletter
  Follow DesaraeV on Twitter
  Subscribe to the RSS Feed








