Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥
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
710
An Introduction to WordPress
sereedmedia
0
900
Make It Work: Building an Awesome WordPress Website for Your Small Business
sereedmedia
0
600
Other Decks in How-to & DIY
See All in How-to & DIY
Why did my proposals get rejected?
okuramasafumi
1
790
AWSと学生支援 - Education-JAWS #0
awsjcpm
1
200
Trying "Vibe No-code/Low-code" with MCP #noderedjp
n0bisuke2
0
110
評価のギャップから紐解く、「評価軸」と「ソフトスキル」の重要性
blajir
2
120
「AITRIOS」でトカゲの活動量を可視化
hoshinoresearch
0
430
JAWS-UG/AWSコミュニティ JAWS-UG おおいた
awsjcpm
2
2.9k
Xの"だるま"とコナミコマンド #iotlt #obniz
n0bisuke2
0
270
AWS Community Day 2024: Using AWS to build a launchable knowledge rocket 👉 Organize knowledge, accelerate learning and understand AI in the process
dwchiang
0
250
GreenPAK 初心者向けハンズオン資料
aoisaya
2
720
エッジで動くNode-REDを作る実験 #noderedjp #noderedcon
n0bisuke2
0
370
M5Stickと超小型エッジAIカメラ「AITRIOS」
hoshinoresearch
0
560
JAWS-UG Community Upadate - JAWS-UG 熊本
awsjcpm
2
180
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.6k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
Context Engineering - Making Every Token Count
addyosmani
9
500
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
54k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Rails Girls Zürich Keynote
gr2m
95
14k
Bash Introduction
62gerente
615
210k
How to train your dragon (web standard)
notwaldorf
97
6.4k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Java REST API Framework Comparison - PWX 2021
mraible
34
9k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
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