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
940
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
640
An Introduction to WordPress
sereedmedia
0
820
Make It Work: Building an Awesome WordPress Website for Your Small Business
sereedmedia
0
520
Other Decks in How-to & DIY
See All in How-to & DIY
エンジニアになって2年間で学んだこと
kaiphoenix
0
140
「無理」を「コントロール」するスキル / Skills to Control "Muri"
hageyahhoo
6
1.7k
Raspberry Pi Connectを使って #Manus => Node-RED操作チャレンジ #iotlt vol121
n0bisuke2
0
100
こんなにあるの? 最近のIPAトレンドを ざっくりまとめてみた
watany
3
920
苦いビールを避ける冴えたやり方
watany
2
390
【加筆修正版】ハードワークを支えるフィジカルとメンタルを構築る#rubymusclemixin 活動 #きのこ2025 #きのこ2025_b
bash0c7
0
190
在宅フルリモートワークを可能にするスキルと知識n連発! / how to more effective remoteworking
masaru_b_cl
3
1.1k
HCIのデモに役立つ映像活用アイデア集 #WISS2024 ナイトセッション #HCIVideoCulture
bonsaistudiojp
2
840
銀座線・半蔵門線から、ふりかえりカンファレンス2024現地会場への行き方
pokotyamu
0
310
ORBBEC会社概要 製品カタログ 2024 11 10
takasumasakazu
0
100
「RubyでLチカ」に挑戦してみた
isaka1022
0
200
GPT-4oに遅刻理由を考えてもらうボタン #gpt_4o #iotlt #chatgpt
n0bisuke2
0
360
Featured
See All Featured
Writing Fast Ruby
sferik
628
61k
Balancing Empowerment & Direction
lara
0
49
Done Done
chrislema
184
16k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
The Cult of Friendly URLs
andyhume
78
6.4k
GitHub's CSS Performance
jonrohan
1031
460k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
The World Runs on Bad Software
bkeepers
PRO
68
11k
Faster Mobile Websites
deanohume
307
31k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
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