github.com/smintz/nomad@v0.8.3/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/jippi/hashi-ui">hashi-ui</a> - Hashi-UI is a simple to deploy, web based UI for interacting with Nomad and Consul</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    <li><a href="https://github.com/elsevier-core-engineering/replicator">replicator</a> - Replicator is a fast and highly concurrent Go daemon that provides dynamic scaling of Nomad jobs and worker nodes</li>
    41    <li><a href="https://github.com/jrasell/levant">levant</a> - Levant is an open source templating and deployment tool that provides realtime feedback and detailed failure messages upon deployment issues</li>
    42  </ul>
    43  
    44  <em>
    45    Want to see your library here?
    46    <a href="https://github.com/hashicorp/nomad">Submit a Pull Request</a>.
    47    We also have a full list of <a href="/api/libraries-and-sdks.html">HTTP API Libraries</a>.
    48  </em>