github.com/hhrutter/nomad@v0.6.0-rc2.0.20170723054333-80c4b03f0705/website/source/community.html.erb (about)

     1  ---
     2  layout: "inner"
     3  page_title: "Community"
     4  description: |-
     5    Nomad is an open source project with a growing community.
     6  ---
     7  
     8  <h1>Community</h1>
     9  
    10  <p>
    11    Nomad is an open source project with a growing community. There are
    12    active, dedicated users willing to help you through various mediums.
    13  </p>
    14  <p>
    15    <strong>Gitter:</strong> <a href="https://gitter.im/hashicorp-nomad/Lobby">Nomad Gitter Room</a>
    16  </p>
    17  <p>
    18    <strong>IRC:</strong> Use the <a href="https://irc.gitter.im">Gitter IRC bridge</a>
    19  </p>
    20  <p>
    21    <strong>Mailing list:</strong>
    22    <a href="https://groups.google.com/group/nomad-tool">Nomad Google Group</a>
    23  </p>
    24  <p>
    25    <strong>Bug Tracker:</strong>
    26    <a href="https://github.com/hashicorp/nomad/issues">Issue tracker
    27      on GitHub</a>. Please only use this for reporting bugs. Do not ask
    28    for general help here. Use IRC or the mailing list for that.
    29  </p>
    30  
    31  <h2>Community Tools</h2>
    32  <p>
    33    These Nomad projects are created and managed by the amazing members of the
    34    Nomad community:
    35  </p>
    36  
    37  <ul>
    38    <li><a href="https://github.com/iverberk/nomad-ui">nomad-ui</a> - Nomad UI is a simple to deploy, web based UI for interacting with Nomad</li>
    39    <li><a href="https://github.com/iverberk/jenkins-nomad">nomad-jenkins</a> - This project uses Nomad to provision new Jenkins build slaves based on workload</li>
    40  </ul>
    41  
    42  <em>
    43    Want to see your library here?
    44    <a href="https://github.com/hashicorp/nomad">Submit a Pull Request</a>.
    45    We also have a full list of <a href="/api/libraries-and-sdks.html">HTTP API Libraries</a>.
    46  </em>
    47  
    48  
    49  <h2>People</h2>
    50  
    51  <p>
    52    The following people are some of the faces behind Nomad. They each contribute
    53    to Nomad in some core way. Over time, faces may appear and disappear from this
    54    list as contributors come and go. In addition to the faces below, Nomad is a
    55    project by <a href="https://www.hashicorp.com">HashiCorp</a>, so many
    56    HashiCorp employees actively contribute to Nomad.
    57  </p>
    58  
    59  <div class="people">
    60  
    61    <div class="person">
    62      <img class="pull-left" src="https://www.gravatar.com/avatar/11ba9630c9136eef9a70d26473d355d5.png?s=125">
    63      <div class="bio">
    64        <h3>Armon Dadgar (<a href="https://github.com/armon">@armon</a>)</h3>
    65        <p>
    66          Armon Dadgar is a creator of Nomad. He works on all aspects of Nomad,
    67          focusing on core architecture. Armon is also an author or
    68          core contributor to:
    69          <a href="https://www.vaultproject.io">Vault</a>,
    70          <a href="https://www.consul.io">Consul</a>,
    71          <a href="https://www.serf.io">Serf</a>,
    72          <a href="https://www.terraform.io">Terraform</a>,
    73          and <a href="https://github.com/armon/statsite">Statsite</a>.
    74        </p>
    75      </div>
    76    </div>
    77  
    78    <div class="person">
    79      <img class="pull-left" src="https://www.gravatar.com/avatar/c55cecc94ea228ef48787481b2355575.png?s=125">
    80      <div class="bio">
    81        <h3>Ryan Uber (<a href="https://github.com/ryanuber">@ryanuber</a>)</h3>
    82        <p>
    83          Ryan Uber is a HashiCorp employee and core contributor to Nomad, with a
    84          focus on the agent, API client, and command-line interface. Ryan is also
    85          an active contributor to both <a href="https://www.consul.io">Consul</a>
    86          and <a href="https://www.serf.io">Serf</a>.
    87        </p>
    88      </div>
    89    </div>
    90  
    91    <div class="person">
    92      <img class="pull-left" src="https://www.gravatar.com/avatar/bc8b1b69d830b589fbe36cfc89e55a78?s=125">
    93      <div class="bio">
    94        <h3>Alex Dadgar (<a href="https://github.com/dadgar">@dadgar</a>)</h3>
    95        <p>
    96          Alex is a HashiCorp employee and a core contributor to Nomad. He works on
    97          resource isolation and Drivers, among other things.
    98        </p>
    99      </div>
   100    </div>
   101  
   102    <div class="person">
   103      <img class="pull-left" src="https://www.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca.png?s=125">
   104      <div class="bio">
   105        <h3>Clint Shryock (<a href="https://github.com/catsby">@catsby</a>)</h3>
   106        <p>
   107          Clint Shryock is a HashiCorp employee and core developer on Nomad,
   108          mostly focusing on Drivers and Fingerprinters. Mostly. Clint is also
   109          a core developer on <a href="https://www.terraform.io">Terraform</a>, and
   110          contributes to <a href="https://www.packer.io">Packer</a>.
   111        </p>
   112      </div>
   113    </div>
   114  
   115    <div class="person">
   116      <img class="pull-left" src="https://avatars3.githubusercontent.com/u/649798?v=3&amp;s=125">
   117      <div class="bio">
   118        <h3>Chris Bednarski (<a href="https://github.com/cbednarski">@cbednarski</a>)</h3>
   119        <p>
   120          Chris works at HashiCorp where he helps build Nomad and
   121          <a href="https://www.packer.io">Packer</a>, making sure all
   122          parts of the stack play nice together. Chris created
   123          <a href="https://github.com/cbednarski/hostess">Hostess</a>.
   124        </p>
   125      </div>
   126    </div>
   127  
   128    <div class="person">
   129      <img class="pull-left" src="https://pbs.twimg.com/profile_images/621788193642278912/CbESlBsV.jpg">
   130      <div class="bio">
   131        <h3>Jonathan Thomas - JT (<a href="https://github.com/captainill">@captainill</a>)</h3>
   132        <p>
   133          JT is an employee at Hashicorp where he works on the identity of all the open source projects.
   134          JT will take the designs and cut up responsive HTML/CSS for each project.
   135        </p>
   136      </div>
   137    </div>
   138  </div>