Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 30 additions & 11 deletions web/user/getinvolved/getinvolved.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Get involved!</h1>
<h1 class="page-header">VHS Community - get involved!</h1>
</div>
<!-- /.col-lg-12 -->
</div>

<p>Great, here's how you can help</p>
<h3>Source Code</h3>
<p>The code for this web app (Nomos) is located on Github:</p>
<p><a href="https://github.com/vhs/nomos">https://github.com/vhs/nomos</a></p>
<p> VHS is made up of lot of very wonderful humans. The more you connect with the community, the more VHS has to offer. </p>

<h3>Development</h3>
<p> Here are some ways to connect with the VHS community:</p>

<h3>Talk</h3>

<p>
Check the <a href="https://github.com/vhs/nomos/wiki">Project GitHub wiki</a> for instructions on how to get started. Nomos testing is done with a
Vagrant file that automagically sets up a test VM with the proper settings.
VHS' central community hub is the web-based forum <a href="https://talk.vanhack.ca">Talk</a>. This is where longer-lived conversations,
information, and announcements go - posts here are available to all VHS members, and some sections are available to the general public!
</p>

<h3>Slack</h3>
<p>
<a class="btn btn-primary" type="submit" href="https://talk.vanhack.ca">Join Talk</a>
</p>

To coordinate development, get on #vhs-nomos on Slack (a kind of web-based IRC). If you would like to request an invite to Slack:
<h3>Slack</h3>

<br /><br />
<p> For more ephemeral discussions, join the VHS slack - a live chat web app. You can request an invite to Slack here: </p>

<div class="row">
<div class="col-lg-6">
Expand Down Expand Up @@ -54,3 +55,21 @@ <h3>Slack</h3>
</div>
</div>
</div>

<h3>Development</h3>

<p>
VHS is built on lots of tech. Some custom, some off-the-shelf, all set up and kept running by members. If you're handy with php, node, devops, or
similar technologies, and want to help out:
</p>

<h4>Source code</h4>

<p> The code for this web app (Nomos), and most of our other infrastructure, is located on Github: </p>
<p>
<a href="https://github.com/vhs/nomos">https://github.com/vhs/nomos</a>
</p>

<h4>Slack</h4>

<p> Check out the <code>#vhs-nomos</code>, <code>#vhs-it-ops</code>, and <code>#vhs-smartspace</code> channels on the VHS slack. </p>
2 changes: 1 addition & 1 deletion web/user/user.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</li>
<li>
<a ui-sref="user.getinvolved" ng-class="{active: $state.is('user.getinvolved')}"
><i class="fa fa-tasks fa-fw"></i> Get Involved!</a
><i class="fa fa-tasks fa-fw"></i> Community</a
>
</li>
<li ng-if="currentUser.hasPermission('administrator')">
Expand Down