Slide 1

Slide 1 text

Modern WordPress Development

Slide 2

Slide 2 text

Scott Walkinshaw @swalkinshaw

Slide 3

Slide 3 text

Roots http://roots.io

Slide 4

Slide 4 text

“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

Slide 5

Slide 5 text

Tools

Slide 6

Slide 6 text

Bedrock + + + + WordPress, but better.

Slide 7

Slide 7 text

1 Create a new Bedrock project

Slide 8

Slide 8 text

* Better folder structure * Easier WordPress configuration * Dependency Management with Composer * Deployments with Capistrano

Slide 9

Slide 9 text

2 Create a development environment

Slide 10

Slide 10 text

VirtualBox, but better. Vagrant

Slide 11

Slide 11 text

dev === prod Parity is good.

Slide 12

Slide 12 text

Ansible Server configuration automation.

Slide 13

Slide 13 text

3 Add a plugin with Composer

Slide 14

Slide 14 text

Composer Dependency Manager for PHP

Slide 15

Slide 15 text

4 Create a production server

Slide 16

Slide 16 text

5 Deploy to production with Capistrano

Slide 17

Slide 17 text

Capistrano Remote server automation and deployment tool