Skip to main content

Overview

Thermostat is a development tool created by Fahrenheit Marketing to help make our development processes faster and more reliable. It serves many purposes:

  1. Automatically sets up development environments for any project using a single command
  2. Provides tools for quickly setting up production server environments using a few simple commands
  3. Uses Docker to provide identical tool configuration between development and production to enable reliable testing
  4. Allows easy backups and easy transferral of website data between developers and deployment environments
  5. Enforces a consistent set of baseline standards across projects to allow developers to learn how to work on new projects more quickly

You can learn more about Thermostat by studying its architecture or by learning the details of its command line interface, API, and web interface. You can also find information here on how to develop Thermostat itself.