forked from nadineproject/nadineproject.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetstarted.html
More file actions
25 lines (22 loc) · 998 Bytes
/
getstarted.html
File metadata and controls
25 lines (22 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: base
---
<div class="row big">
<div class="block-beige">
<div class="col-xs-12 col-lg-8">
<h1>GET STARTED</h1>
<h2>Quick Start Guide</h2>
<p>Install the dockerized version of Nadine to quickly get a feel of how she will work in your enviroment.</p>
<p>1. Install Docker Engine following the instructions <a target="_blank" href="https://docs.docker.com/engine/installation/">here</a>.</p>
<p>2. Clone Nadine to your machine.</p>
<p class="code">git clone https://github.com/nadineproject/nadine.git</p>
<p>3. Launch Nadine.</p>
<p class="code">docker-compose up</p>
<h2 class="section">Where to Go from Here</h2>
<p>Join the <a target="_blank" href="https://groups.google.com/forum/#!forum/nadineproject">Mailing List</a>.</p>
<p><a target="_blank" href="https://github.com/nadineproject/nadine/issues">Report</a> Issues.</p>
<p>Add your logo, membership plans, and content.</p>
<p>More instructions coming soon!</p>
</div>
</div>
</div>