WordCamp Ottawa 2014 talk about development workflow with Bedrock.
Modern WordPressDevelopment
View Slide
Scott Walkinshaw@swalkinshaw
Rootshttp://roots.io
“Live demos are like Global Thermonuclear War:the only way to win is to not do a live demo infront of hundreds of strangers in the first place.”- speaking.io
Tools
Bedrock+ + + +WordPress, but better.
1Create a newBedrock project
* Better folder structure* Easier WordPress configuration* Dependency Management with Composer* Deployments with Capistrano
2Create a developmentenvironment
VirtualBox, but better.Vagrant
dev === prodParity is good.
AnsibleServer configuration automation.
3Add a plugin withComposer
ComposerDependency Manager for PHP
4Create a productionserver
5Deploy to productionwith Capistrano
CapistranoRemote server automation and deployment tool