Quantcast
Channel: Web Applications – Jared Heinrichs
Viewing all articles
Browse latest Browse all 10

WordPress 5 minute install

$
0
0

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 🙂 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?

genesis-001

Setup My SQL User / Database

This is easier than you might think. Open XAMPP control panel and click the MySQL Admin.

genesis-002

You will need to click on “Users”

genesis-003a

On the Users page scroll down and click the “Add user” link:

genesis-004

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”!

 

genesis-005

Once everything is setup click “GO”. You should see that you have added a user.

genesis-006

Setup WordPress

Go to this URL in your browser: http://localhost/genesis

Make sure that you select your language and hit continue.

genesis-007

Read and Click “Let’s Go”

genesis-008

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!

genesis-009

Almost Done!

genesis-010

Setup your WordPress user and Password. This will be the first Admin of the site. Most people only have one user.

genesis-011

All done! Click “Login” to start using your site!

genesis-012

In the future, you will need to go to “http://localhost/genesis/wp-admin/” to log in.


Viewing all articles
Browse latest Browse all 10

Trending Articles