This post will go through my 5-minute install of WordPress. This will be the base setup for my Genesis framework HOW TO. There really is only 12 steps.
This will go over how to setup WordPress on your local machine. I am going to assume you have already installed something like XAMPP or MAMPP on your machine. I will also assume you have the latest version of WordPress downloaded.
For my e-XAMPP-le I am going to be using XAMPP Image may be NSFW.
Clik here to view. Ok. Enough cheesy jokes.
I installed XAMPP to: C:\xampp\
The root of my website is: C:\xampp\htdocs
Extract WordPress
Because this will eventually lead into my Genesis HOW To I will extract the contents of the WordPress .zip file. Remember this is the file that I assumed you downloaded before starting this post?
Image may be NSFW.
Clik here to view.
Setup My SQL User / Database
This is easier than you might think. Open XAMPP control panel and click the MySQL Admin.
Image may be NSFW.
Clik here to view.
You will need to click on “Users”
Image may be NSFW.
Clik here to view.
On the Users page scroll down and click the “Add user” link:
Image may be NSFW.
Clik here to view.
You will need to make a username and password. PhpMyAdmin allows you to generate a really good password. I recommend just hitting the generate password button. Make sure to document this password!!!!
It’s also important to “Create a database with the same name and grant all permissions”!
Image may be NSFW.
Clik here to view.
Once everything is setup click “GO”. You should see that you have added a user.
Image may be NSFW.
Clik here to view.
Setup WordPress
Go to this URL in your browser: http://localhost/genesis
Make sure that you select your language and hit continue.
Image may be NSFW.
Clik here to view.
Read and Click “Let’s Go”
Image may be NSFW.
Clik here to view.
Fill out the information. This should be the same info that you got from setting up the User/Database in MySQL. The Table Pre-Fix is “WP_” by default. WordPress recommends that you change it!
Image may be NSFW.
Clik here to view.
Almost Done!
Image may be NSFW.
Clik here to view.
Setup your WordPress user and Password. This will be the first Admin of the site. Most people only have one user.
Image may be NSFW.
Clik here to view.
All done! Click “Login” to start using your site!
Image may be NSFW.
Clik here to view.
In the future, you will need to go to “http://localhost/genesis/wp-admin/” to log in.