-
Notifications
You must be signed in to change notification settings - Fork 0
Test Driving Server Configuration and Deployment
gesellc edited this page Aug 21, 2016
·
2 revisions
As developers, server administration is always "fun", by which I mean, a process full of uncertainty and surprises. My aim during this chapter was to show a functional test suite can take some of the uncertainty out of the process.
The things that you need to keep an eye out on any deployment include your database configuration, static files, software dependencies, and custom settings that differ between development and production. You’ll need to think through each of these for your own deployments.
Whenever we make a change to our server configuration, we can rerun the test suite, and be confident that everything works as well as it did before. It allows us to experiment with our setup with less fear.