Top Banner
WordPress Installation for Beginners Sheila Bergman [email protected] om
24

WordPress Installation for Beginners Sheila Bergman [email protected].

Mar 26, 2015

Download

Documents

Claire Scott
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

WordPress Installation for Beginners

Sheila [email protected]

Page 2: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Overview

Things You Will Need Domains and Web Hosting Installation Resources

Page 3: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Text Editor

Note Pad (Windows) Free Text Edit (Mac) Free Microsoft Word, Open Office, Pages Sublime Edit 2 (Windows/Mac/Linux) Free

Page 4: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Web Browser

Chrome (29%) Internet Explorer (22%) does not support the

latest web standards Firefox (19%) used by most developers Safari (16%) Android (5%)

Page 5: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

FTP Software

Allows you to transfer files between your local computer and your webhost's server on the internet

Built into your webhost cPanel Filezilla (Windows/Mac/Linux) Free CyberDuck (Windows/Mac) Free

Page 6: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Domain Registration through your web host (easiest)

It can take a couple of days for Domains to

Page 7: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Registration Through an Independent Domain Registrar

Point the nameservers to your web host from your Domain Registration account.

Page 8: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Web Host: Recommended Hosts

free hosting for nonprofits, custom panel, offers domain registration

standard Cpanel, 1 free domain

Standard cpanel, no domain registrations

Page 9: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Web Host: Account

Ftp (file transfer protocol) access to web file directory

Control panel access to: account domains MySQL databases users Email Ftp ( usually clumsy)

Page 10: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Web Host: FTP Access

Follow your web host's instructions. It might be preconfigured.

Login to control panel to manage web root directory ftp username and password other options, use defaults if unsure

Page 11: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

One Button Installs

Fantastico and other one button installers Vulnerable file in the root directory Uses default database table prefixes Uses Admin username Easy to find and easy access to Hackers

Page 12: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Installing WordPress

Download and unzip WordPress Upload WordPress files to the server Create MySQL database Configure WordPress wp-config.php file Login to the new site

Page 13: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Download WordPress

Unzip the WordPress folder on your local computer

Page 14: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Connect to your web server

Using the ftp login from your web host

Page 15: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Ftp the WordPress Files to the Top Level (Root) Directory.

The root directory is often called public_html, or it might have your domain name.

Page 16: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Create Database in Web Host Control Panel

Use a strong password!

Store this info in a safe place!

Page 17: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Rename wp-config.php

Page 18: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

wp-config.php: Database Configure the database settingsUse Text Edit, Note Pad, Filezilla not Microsoft Word

Page 19: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

wp-config.php Keys

Copy and paste the random security Keys from the given url.

Page 20: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

wp-config.php: Optional Edits

More secure: set the database table prefix to something other than wp_ Save db clutter: limit the number of saved post revisions.

Page 21: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

wp-config.php: Upload Edited File to Server

Set the database table prefix to something other than wp_ Optional Bonus: limit the number of saved revisions.

Page 22: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Go To Your Site and Login!

Runs the WordPress set up script. Do not use Admin for the default user name!

Troubleshooting: Most often it is a database configuration problem

Did you use a text editor that left hidden characters? Verify the db host, db name, db user, db password Google “WordPress common installation problems”

Page 23: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Post Install Check List Update the Settings (Set a date and time format, Modify Reading

and Writing settings Edit Discussion settings, Modify Permalinks structure, etc.) Edit Links/Blogroll Edit the "Hello World" post to something that fits your new site. Edit the About page (Add your info) Create additional pages (Advertise, Contact, etc.) Create categories and posts, or pages and parent structure Upload and Activate Plugins Edit Plugin Settings Upload Your Theme

Page 24: WordPress Installation for Beginners Sheila Bergman sheila@bergmanmediaservices..com.

Resources

MSP WordPress User group mspwordpress.com

Last Thursday evening of the month MSP St Paul WordPress google group

Helpful forum WordPress.org codex and forums, no really.

Google search "WordPress how to…" or "best …."

YouTube search “installing WordPress on 'your host company'”