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
Modern WordPress Development
Search
Scott Walkinshaw
May 03, 2014
Technology
1
660
Modern WordPress Development
WordCamp Ottawa 2014 talk about development workflow with Bedrock.
Scott Walkinshaw
May 03, 2014
Tweet
Share
More Decks by Scott Walkinshaw
See All by Scott Walkinshaw
Designing GraphQL Schemas
swalkinshaw
4
310
Other Decks in Technology
See All in Technology
失敗できる意思決定とソフトウェアとの正しい歩き方_-_変化と向き合う選択肢/ Designing for Reversible Decisions
soudai
PRO
8
1.4k
社内ワークショップで終わらせない 業務改善AIエージェント開発
lycorptech_jp
PRO
1
400
2026-02-25 Tokyo dbt meetup プロダクトと融合したCI/CD で実現する、堅牢なデータパイプラインの作り方
y_ken
0
150
Devinを導入したら予想外の人たちに好評だった
tomuro
0
530
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
1.1k
[続・営業向け 誰でも話せるOCI セールストーク] AWSよりOCIの優位性が分からない編(2026年2月20日開催)
oracle4engineer
PRO
0
140
1 年間の育休から時短勤務で復帰した私が、 AI を駆使して立ち上がりを早めた話
lycorptech_jp
PRO
0
190
NW構成図の自動描画は何が難しいのか?/netdevnight3
corestate55
2
490
Sansan Engineering Unit 紹介資料
sansan33
PRO
1
4k
技術キャッチアップ効率化を実現する記事推薦システムの構築
yudai00
2
160
組織のSREを推進するためのPlatform EngineeringとEKS / Platform Engineering and EKS to drive SRE in your organization
chmikata
0
150
もう怖くないバックグラウンド処理 Background Tasks のすべて - Hakodate.swift #1
kantacky
0
230
Featured
See All Featured
Everyday Curiosity
cassininazir
0
150
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
0
150
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
220
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.9k
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
140
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
Information Architects: The Missing Link in Design Systems
soysaucechin
0
810
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
380
Tips & Tricks on How to Get Your First Job In Tech
honzajavorek
0
450
Done Done
chrislema
186
16k
WENDY [Excerpt]
tessaabrams
9
36k
Transcript
Modern WordPress Development
Scott Walkinshaw @swalkinshaw
Roots http://roots.io
“Live demos are like Global Thermonuclear War: the only way
to win is to not do a live demo in front of hundreds of strangers in the first place.” - speaking.io
Tools
Bedrock + + + + WordPress, but better.
1 Create a new Bedrock project
* Better folder structure * Easier WordPress configuration * Dependency
Management with Composer * Deployments with Capistrano
2 Create a development environment
VirtualBox, but better. Vagrant
dev === prod Parity is good.
Ansible Server configuration automation.
3 Add a plugin with Composer
Composer Dependency Manager for PHP
4 Create a production server
5 Deploy to production with Capistrano
Capistrano Remote server automation and deployment tool