Scripts voor server management

To make working - building, testing, using - with web applications easier, I have set up what was once called "virtual servers" in Apache terms. Maintaining the configuration files and putting them in the right places became an attractive target to tackle with a bit of scripting and at the time there was a library called fabric that made it easy. I figured I could do it with other settings files too.

In addition, there were server programs that had to be stopped and restarted for testing. Building something for this that you can control using parameters (like a server name and a function to perform) was also a nice excercise.

I've divided it into these categories: