Skip to content

Instantly share code, notes, and snippets.

@dergachev
Last active December 12, 2015 02:29
Show Gist options
  • Save dergachev/4699228 to your computer and use it in GitHub Desktop.
Save dergachev/4699228 to your computer and use it in GitHub Desktop.
Notes from our BOF discussion about Drupal + Chef + Vagrant.

BOF followup to https://gist.github.com/4698240

Present:

jonathan pugh steve merrill david king dkingofpa alex dergachev

and other cool people

https://github.com/xforty/xforty-drupal

drush make https://github.com/xforty/drush-deploy, (based on capistrano) for prod deployment:

  • settings file / folder mgmt with symlink
  • version the database
  • drush make workflow, features referenced in make files
  • drush sql-sync, rsync

steve merrill

project ariadne (patcon)

  • david: wanted

ssh agent forwarding challenge

Getting started with drupal/vagrant

https://github.com/zivtech/vagrant-development-vm https://github.com/zivtech/getSite

  • have some db sync scripts
  • SteveM: ubuntu provides some vagrant images, Centos getting too
  • Alex: even nfs shared folders are too slow, my cookbook just copies to regular folder or does git clone
    • SteveM: consider sshfs or webdav, though not a solution to the problem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment