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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Sé Reed
January 18, 2013
How-to & DIY
1
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
770
An Introduction to WordPress
sereedmedia
0
960
Make It Work: Building an Awesome WordPress Website for Your Small Business
sereedmedia
0
650
Other Decks in How-to & DIY
See All in How-to & DIY
ボードゲーム × 専用収納 〜3Dプリントで埋めるニッチな隙間〜 / Board Games × Custom Storage
handlename
0
230
AIをフル活用! 猫版MBTI「CATS診断」 爆速開発の裏側【個人開発のAIツール活用 LT Night 登壇用スライド】
omori0219
0
1.4k
LLMはTRPGのGMができる(確信)
kgmkm
0
2.4k
Azure PortalのQoLを上げてたら Big Techに怒られた
horihiro
2
560
2025年03月02日 メイカーズながおかまつり での講演 「コミュニティベースでの製品開発ものづくりフェアの役割」
takasumasakazu
0
310
What's the difference in taste between expensive and cheap mills? Measuring coffee particle size distribution using ImageJ
dogrunjp
0
800
ブロックテーマをゴリゴリに使い倒してサイトを作った話 / Kansai WordPress Meetup 2025 01 25
tbshiki
1
1.6k
HCIのデモに役立つ映像活用アイデア集 #WISS2024 ナイトセッション #HCIVideoCulture
bonsaistudiojp
2
1.1k
JAWS-UG/AWS Communities Updates 2025/11/8 JAWS-UG 島根支部
awsjcpm
1
140
スイングやカードをいい感じに立てるスタンドの話
niccolli
1
420
あなたは何故コミュニティに参加するのか?
awsjcpm
2
290
放っておくと怖い睡眠負債について/fjordbootcamp-251122
yuukago
3
200
Featured
See All Featured
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
310
A designer walks into a library…
pauljervisheath
210
24k
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
67
37k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.4k
Rebuilding a faster, lazier Slack
samanthasiow
85
9.4k
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
84
Marketing to machines
jonoalderson
1
5k
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
1.8k
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
200
How STYLIGHT went responsive
nonsquared
100
6k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
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