2020-07-30 02:01:40 +00:00
|
|
|
<html>
|
|
|
|
{{ partial "head.html" . }}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="ui segment basic fadebg">
|
|
|
|
<div class="ui container">
|
|
|
|
<div class="ui segment center aligned segment basic very padded">
|
|
|
|
<div class="instruments"></div>
|
|
|
|
<h1 class="ui inverted header title-header">
|
|
|
|
CONDUCTOR
|
|
|
|
<div class="sub header">A Development Stack Launcher</div>
|
|
|
|
</h1>
|
|
|
|
<p style="font-size: 1.2em; color: white">
|
|
|
|
Conductor helps launch and manage the environment when developing applications that have multiple components.
|
|
|
|
It can be configured to launch an applications stack in part, or in full, and manage the environment.
|
|
|
|
This helps keep application specific environment variables out of dotfiles and reduce the number of terminal
|
|
|
|
windows that need to be running during development.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ui segment basic center aligned">
|
|
|
|
<div class="ui huge basic buttons inverted">
|
|
|
|
<a class="ui button" href="https://github.com/5Sigma/conductor/releases/latest/download/conductor-windows.zip">
|
|
|
|
<i class="ui life windows icon"></i>
|
|
|
|
Windows
|
|
|
|
</a>
|
|
|
|
<a class="ui button" href="https://github.com/5Sigma/conductor/releases/latest/download/conductor-linux.tar.gz">
|
|
|
|
<i class="ui linux icon"></i>
|
|
|
|
Linux
|
|
|
|
</a>
|
|
|
|
<a class="ui button" href="https://github.com/5Sigma/conductor/releases/latest/download/conductor-darwin.zip">
|
|
|
|
<i class="ui apple icon"></i>
|
|
|
|
MacOS
|
|
|
|
</a>
|
|
|
|
<a class="ui button" href="http://github.com/5Sigma/conductor">
|
|
|
|
<i class="ui icon github"></i>
|
|
|
|
Source Code
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ui hidden section divider"></div>
|
|
|
|
</div>
|
|
|
|
<div class="ui grid two columns">
|
|
|
|
<div class="row">
|
|
|
|
<div class="column">
|
|
|
|
<div class="ui basic segment center aligned very padded">
|
|
|
|
<div class="ui large header">
|
|
|
|
Getting started
|
|
|
|
<div class="sub header">
|
|
|
|
Check out the getting started guide for a quick introduction
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ui hidden divider"></div>
|
|
|
|
<a class="ui secondary basic button" href="/articles/getting-started">
|
|
|
|
Getting Started
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="column">
|
|
|
|
<div class="ui basic segment center aligned very padded">
|
|
|
|
<div class="ui large header">
|
|
|
|
Documentation
|
|
|
|
<div class="sub header">
|
2020-07-30 02:28:17 +00:00
|
|
|
Documentation and reference
|
2020-07-30 02:01:40 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ui hidden divider"></div>
|
|
|
|
<a class="ui secondary basic button" href="/articles/getting-started">
|
|
|
|
View Documentation
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{ partial "footer" . }}
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|