LullabotVR / 360gallerysite

http://vr.lulladev.com
1 stars 0 forks source link

switching to puppies and kittens for config #6

Closed sirkitree closed 8 years ago

sirkitree commented 8 years ago

see: https://www.reddit.com/r/backdrop/comments/2tfnod/best_practices_for_config_management/coagcox

This switches us to use a simpler configuration setup. image

The only thing that is needed to set this up is to have your local settings.php point to the correct directories.

todo:

$config_directories['active'] = '/var/www/vr.lulladev.com/config/puppies';
$config_directories['staging'] = '/var/www/vr.lulladev.com/config/kittens';
sirkitree commented 8 years ago

@davexoxide and @wesruv - please review this when you have a chance. I think it's much easier to understand this way and it's what was recommended by Jen here: https://www.reddit.com/r/backdrop/comments/2tfnod/best_practices_for_config_management/coagcox

This is essentially the "Figure-8 approach" described here: https://github.com/backdrop/backdrop-issues/issues/855#issuecomment-91419775

I'm going to merge this now and test it on the dev server, but please take the time to review this approach to understand it.