Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switching to puppies and kittens for config #6

Merged
merged 5 commits into from
Mar 1, 2016
Merged

Conversation

sirkitree
Copy link
Contributor

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:

  • document in readme
  • update default.settings.php with the default settings local should have
  • change prod's settings.php to the following once this is merged
$config_directories['active'] = '/var/www/vr.lulladev.com/config/puppies';
$config_directories['staging'] = '/var/www/vr.lulladev.com/config/kittens';

@sirkitree
Copy link
Contributor Author

@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: backdrop/backdrop-issues#855 (comment)

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.

sirkitree added a commit that referenced this pull request Mar 1, 2016
switching to puppies and kittens for config
@sirkitree sirkitree merged commit b4b6e5d into master Mar 1, 2016
@sirkitree sirkitree deleted the fix-config branch March 1, 2016 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant