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
970
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
660
An Introduction to WordPress
sereedmedia
0
840
Make It Work: Building an Awesome WordPress Website for Your Small Business
sereedmedia
0
540
Other Decks in How-to & DIY
See All in How-to & DIY
ミシンと刺繍とOSS
godan
3
120
ミニ四駆ベースのAIカー TatamiRacerの製作
covao
1
230
Nutanix Community Edition 超入門 25.04
ricefield66
0
140
あなたは何故コミュニティに参加するのか?
awsjcpm
1
160
AWSコミュニティプログラムのご紹介 -グローバル展開するコミュニティプログラム-
awsjcpm
0
180
Within the team, I grow as a tester and continuously pursue product quality
camel_404
7
2.4k
習慣化のコツ
kiyomaru
1
120
未来の投げ銭箱
inoue2002
2
120
すぐできる! 運送業でやってみた業務効率化3選
dochin2635
0
110
#スタックチャン「魔改造の夜」に行く
syumme01
1
280
いぬぬウォッチャー - オレトク賞オンライン決勝 #ヒーローズリーグ
n0bisuke2
0
220
Xの"だるま"とコナミコマンド #iotlt #obniz
n0bisuke2
0
200
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
49
14k
Done Done
chrislema
185
16k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
182
54k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Speed Design
sergeychernyshev
32
1.1k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
Faster Mobile Websites
deanohume
308
31k
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