Conductor: Development Stack Launcher http://conductor.5sigma.io/ Recent content on Conductor: Development Stack Launcher Hugo -- gohugo.io en-us Wed, 29 Jul 2020 20:42:50 -0400 Getting Started http://conductor.5sigma.io/articles/getting-started/ Sun, 28 Jun 2020 11:29:09 -0400 http://conductor.5sigma.io/articles/getting-started/ Installation Binaries can be downloaded for windows, Linux, or MacOS Homebrew On MacOS Conductor can be installed via Homebrew brew tap 5sigma/tap brew install conductor Setting up a project To setup a project for conductor you need to create a conductor.yaml somewhere in your project tree. We will assume you have a stack that consists of 2 seperate components in a directory structure that looks like this: /project /frontend/ /backend/ /support_service/ Settting up a conductor. Configuration File Reference http://conductor.5sigma.io/articles/config/ Wed, 29 Jul 2020 20:42:50 -0400 http://conductor.5sigma.io/articles/config/ Configuration file Conductor will look in the current directory or any parent directory for configuration file named conductor.yaml. In general you can place this configuration directory in or above any place you might want to run the stack. Manually specifying the configuration file If the configuration file is located outside the current directory structure you can specify it with the -c flag. conductor -c /path/to/config/conductor.yaml Component configuration Components are indvidual applications that are run as part of the stack.