website/docs/articles/index.xml

38 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Articles on Conductor: Development Stack Launcher</title>
<link>http://conductor.5sigma.io/articles/</link>
<description>Recent content in Articles on Conductor: Development Stack Launcher</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 29 Jul 2020 20:42:50 -0400</lastBuildDate>
<atom:link href="http://conductor.5sigma.io/articles/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Getting Started</title>
<link>http://conductor.5sigma.io/articles/getting-started/</link>
<pubDate>Sun, 28 Jun 2020 11:29:09 -0400</pubDate>
<guid>http://conductor.5sigma.io/articles/getting-started/</guid>
<description>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.</description>
</item>
<item>
<title>Configuration File Reference</title>
<link>http://conductor.5sigma.io/articles/config/</link>
<pubDate>Wed, 29 Jul 2020 20:42:50 -0400</pubDate>
<guid>http://conductor.5sigma.io/articles/config/</guid>
<description>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.</description>
</item>
</channel>
</rss>