Commanding Chaos for Coworking, Open Source and Creative Communities

Error message

  • Deprecated function: session_set_save_handler(): Providing individual callbacks instead of an object implementing SessionHandlerInterface is deprecated in drupal_session_initialize() (line 245 of includes/session.inc).
  • Deprecated function: Creation of dynamic property alpha_theme_container::$delta is deprecated in alpha_theme_container->__construct() (line 25 of sites/all/themes/contrib/omega/alpha/includes/base.inc).

Meet Aquifer: A build system for easier Drupal development | Fourword: The Four Kitchens blog

Thu, 04/07/2016 - 08:17 -- rprice

In an existing Drupal site, execute drush make-generate drupal.make
Create a new Aquifer project.
Copy in that makefile.
At this point, you’ll need to bring in your custom code into the Aquifer directory structure
From there, aquifer build should generate a build directory that looks just like your existing docroot. After testing it thoroughly, you can use Aquifer Git to deploy your project to the existing repo for deployment.