benchwarmer-server
Server side for sub finding app. Tentatively, Python, Django, PostgreSQL.
Setup
Install Docker:
Linux - https://docs.docker.com/engine/installation/linux/docker-ee/ubuntu/#install-using-the-repository
Windows Pro/Enterprise Edition - https://docs.docker.com/docker-for-windows/install/
Windows Home Edition - https://docs.docker.com/toolbox/toolbox_install_windows/
Run the Container:
/benchwarmer-server$ docker-compose up
Rebuild the Image and Run the Container:
/benchwarmer-server$ docker-compose up --build