Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Installing WordPress - WordCampPHX
Search
Sé Reed
January 18, 2013
How-to & DIY
1
1k
Installing WordPress - WordCampPHX
Installing WordPress, a 45-minute seminar presented by Sé Reed at WordCamp Phoenix 2013.
Sé Reed
January 18, 2013
Tweet
Share
More Decks by Sé Reed
See All by Sé Reed
E-Commerce: Sell Your Sh*t Online
sereedmedia
0
680
An Introduction to WordPress
sereedmedia
0
860
Make It Work: Building an Awesome WordPress Website for Your Small Business
sereedmedia
0
560
Other Decks in How-to & DIY
See All in How-to & DIY
JAWS-UG KOBE #1 - JAWS-UG Updates
awsjcpm
0
100
苦いビールを避ける冴えたやり方
watany
2
440
JAWS-UGとAWS - JAWS-UG彩の国埼玉設立のお祝い
awsjcpm
2
550
GreenPAK 初心者向けハンズオン資料
aoisaya
2
640
Node-REDで制御できるエッジカメラのreCameraを触る #iotlt #JLCPCB #recamera
n0bisuke2
0
110
ブロックテーマをゴリゴリに使い倒してサイトを作った話 / Kansai WordPress Meetup 2025 01 25
tbshiki
1
710
AWS Community Day 2024: Using AWS to build a launchable knowledge rocket 👉 Organize knowledge, accelerate learning and understand AI in the process
dwchiang
0
240
LT(Lightning Talk)のドキドキ感を共有する IoT ぼっとを作った話
scbc1167
1
250
AIお菓子ロッカー
keicafeblack
0
190
#Stampfly #M5Stack 開発ストーリーと今後の可能性 前説
takasumasakazu
0
140
JAWS-UG Community Upadate - JAWS-UG 熊本
awsjcpm
2
170
Xの"だるま"とコナミコマンド #iotlt #obniz
n0bisuke2
0
240
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
173
15k
Git: the NoSQL Database
bkeepers
PRO
431
66k
What's in a price? How to price your products and services
michaelherold
246
12k
Building an army of robots
kneath
306
46k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Six Lessons from altMBA
skipperchong
29
4k
Why Our Code Smells
bkeepers
PRO
340
57k
GraphQLとの向き合い方2022年版
quramy
49
14k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Documentation Writing (for coders)
carmenintech
75
5.1k
Transcript
Sé Reed @sereedmedia WordPress101 Installing WordPress
‣Open source software ‣Based on MySQL ‣ MySQL version 5.0.15
or greater ‣Written in PHP ‣ PHP version 5.2.4 or greater
None
MySQL
PHP
None
‣Pre-installed ‣ Managed hosting ‣Quick install ‣Manual install
Quick Install
None
None
None
None
None
None
None
None
Manual Install
codex.wordpress.org
codex.wordpress.org/ Installing_WordPress
The Famous 5-Minute Install
None
None
The Totally Not Famous 5-Step Install
1. Download and unzip WordPress 2. Create a MySQL database
and user 3. Upload WordPress to your server 4. Create the wp-config file a. automatically b. manually 5. Run the installer
1. Download and unzip WordPress
None
None
None
2. Create a MySQL database and user
None
None
None
None
None
None
‣Database name ‣Username ‣Password ‣Hostname ‣ localhost ‣ p50mysql123.secureserver.net
None
None
‣Database name ‣Username ‣Password ‣Hostname ‣ localhost ‣ p50mysql123.secureserver.net
3. Upload WordPress to your server (via FTP)
None
None
None
None
4. Create the wp-config
4a. Create the wp-config (automattically)
None
None
None
None
None
4b. Create the wp-config (manually)
wp-config-sample.php wp-config.php
None
None
None
None
None
None
None
None
None
None
5. Run the installer
yourdomain.com/ wp-admin/install.php
None
None
None
None
None
None
None
None
Three WordPress Tips!
3. Be patient ‣ You don't have to be an
expert on your first day. ‣ It's okay to do it the easy way.
2. Keep it light ‣ Too many plugins or theme
features can break or slow down your site (and your motivation).
1. Add content! ‣ Content is the ONLY reason people
visit your site *AND the best way to help them find it.
Sé Reed @sereedmedia WordPress101 Installing WordPress