| |

WordPress DevOps – WordCamp Grand Rapids 2018

Assembly Line

1. Introductions

  • Development History
    • High School
      • 1996 – Personal School Website – image maps with cgi-bin processing written in C
      • 1996 – Davisco Foods International (First Freelance Job) – static HTML site
    • College
      • 2000 – Inspiration Point Christian Camp & Retreat Center – perl for form processing, PHP template-based site
    • Post-College
      • 2002 – Cross Roads Range Christian Camp – PHP CMS
      • 2004-2006 – Church of the Lutheran Brethren of America & related ministries – PHP CMS, PHP Authorize.NET Donation Processing, osCommerce
      • 2006 – iPCS Wireless, Inc. (telecommunications) – PHP & Perl
      • 2011 – Ericsson/Sprint (telecommunications) – PHP/.NET/C#/Java
      • 2012 – Allen Extruders/SPI (manufacturing) – PHP/Ruby/C#/.NET
      • 2016 – Sprint (telecommunications) – Java/C#/.NET
  • WordPress History

2. Intro to DevOps

  • What is DevOps?
    • DevOps is a software engineering culture and practice that aims at unifying software development (Dev) and software operation (Ops).
      • DevOps is about a way of doing things not about the tools themselves.
        • Revisiting “What is DevOps” – by Mike Loukides

          It’s always easy to think of DevOps (or of any software industry paradigm) in terms of the tools you use; in particular, it’s very easy to think that if you use Chef or Puppet for automated configuration, Jenkins for continuous integration, and some cloud provider for on-demand server power, that you’re doing DevOps. But DevOps isn’t about tools; it’s about culture, and it extends far beyond the cubicles of developers and operators.

    • DevOps aims at shorter development cycles, increased deployment frequency, and more dependable releases, in close alignment with business objectives.
      • The point of implementing DevOps practices is about saving time, money, resources.
      • intimate understanding between the development and operations teams
    • Many DevOps initiatives focus all on automating everything. If someone has done it more than 1 time then automate it so it never has to be manually done again.
      • If we are spending all our time focusing on automating and implementing DevOps practices then the real product doesn’t launch or the real work doesn’t get done.
  • What does DevOps offer to WordPress development?
    • Increased Productivity – Developers, designers, and testers can work on solving new problems and not repeating the work needed to solve previous problems.
      • Environment – How do we establish environment standards that developers can work within and operations can easily support?
      • Repetitive Tasks – What work are developers or operations teams doing repetitively that make send to automate in some way that can be counted on and reliable?
      • Business Workflows – How can business processes and workflows be standardized?
    • Increased Quality – A team can rely on testable, reproducible, and quantitative results that can give a clear picture of the current product state.
      • Unit Tests – Requiring code that can be tested to fulfill requirements.
      • Standards – Code can be checked automatically against well define business or industry standards. (WordPress Coding Standards)
      • Business Requirements – Test and standards compliance reports can be automated to confirm business requirements are being met.
    • Reduced Time to Delivery of Releases – When standards and best practices are followed there are less mistakes and less changes required to prepare for a release.
      • Automated Tests – Tests can be run on changes or on regular business defined schedules.
      • On-Demand User Testing – Tests can be run by developers or quality control on-demand without spending time on setup.
      • More Releases – Small regularly scheduled, or planned, releases can be made on an as-needed basis.

3. What Are The First Steps

4. What Does The End State Look Like? A Plugin Example.

Scheduled Featured Images Plugin – https://travis-ci.org/ndigitals/scheduled-featured-images/branches

Daybreak.tv Custom Theme – https://app.codeship.com/projects/48683/deployment_branches/54216

  • Tools
    • NPM & Composer – Reproducible Environment
    • Grunt – Running Tasks
    • Codecov – Code Coverage Reporting
  • Configuration
    • PHP Code Sniffer – WordPress Coding Standards
      • phpcs/phpcbf
    • PHPUnit – Unit Testing
      • phpunit
    • WordPress i18n – Internationalization
      • grunt i18n (addtextdomain, makepot)
    • WordPress Readme to Markdown – GitHub & WordPress.org Readme maintenance alignment
      • wp_readme_to_markdown
  • Practises
    • Run Local Local Checks
      • phpunit
      • phpcs
      • phpcbf
    • Test Automation Against Development Branches
      • TravisCI – branches
    • Test Automation Against Final Release
      • TravisCI – master
  • Deployments
    • Deploying Plugin & Theme Updates Directly to Servers
    • Deploying Plugin & Theme Updates Via A Plugin
    • Deploying Plugin & Theme Updates to WordPress.org
      • Use a WordPress.org SVN pre/commit script

5. Q & A

This space will be reserved to capture questions asked at the end of the talk with the answer. Additional questions can be asked in the post comments.

Similar Posts

  • |

    One Mile, One Runner, One Well At A Time

    Join Me in Supplying Clean Water to Africa: https://timn.me/2Kx7NEr #Run4Water #WhyIRun #GRMarathon As the #HWI Team begins putting in even longer runs, working the way to half & full marathon distances, we have have an opportunity to bring awareness to the need for access to clean water in Africa. Even though for many of us…
  • |

    Relegating To The Treadmill

    With my wife out of town I can’t be leaving the kids home alone, this means the treadmill it is. I think this is the first time I’ve been on the treadmill probably in the last 8-10 months. I literally can’t remember the last time I had to use it. For times like these I’m…
  • |

    12 Miles For Clean Water On A Brisk Saturday Morning

    There is a lot of planning and work involved with putting in a quality well that will sustain a village for years to come, and through long dry seasons. When you support a well through Hope Water you can know that your dollars are impacting generations. #HWI #Run4Water #WhyIRun Make a global, and generational, impact…
  • |

    Tackling The Wind And The Rain

    This morning was a cold, wet, and windy run to meet up with the Hope Water team. I did enjoy running with some of the team for about a mile-and-a-half before parting and finishing out my last 6.5 miles. #HWI #Run4Water #WhyIRun #GRGus The trek back home was quite a bit harder given that I…

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)