Taming Your Inner Cowboy Coder - A Simple and Sane DevOps Workflow
Moving Drupal sites from your development environment to a staging or production server can be time-consuming and challenging. This session will provide you with easy-to-use tools and workflow to bridge the gap between development and operations.
- Spin up pre-configured virtual servers on your workstation, saving the hassle of either a local AMP stack or a remote development server. Use your preferred development tools alongside a production-ready server environment. (Vagrant and VirtualBox)
- Use lightweight version control to help you safely and easily move code from development to production with a minimum of fuss. (Git)
- Synchronize content and files between servers with a few simple commands. (Drush)