Basic download page added

pull/1/head
Alexandre Dulaunoy 2016-07-23 18:54:38 +02:00
parent 192b9a14ba
commit 5701ab7a39
4 changed files with 19 additions and 23 deletions

View File

@ -13,4 +13,4 @@ kramdown:
input: GFM
# Disable auto-generated ID's for headings
auto_ids: true
include: [_pages]

View File

@ -59,7 +59,7 @@
</ul>
</li>
<li {% if current[1] == 'news' %}class="current"{% endif %}><a href="{{ site.baseurl }}/news">News</a></li>
<li {% if current[1] == 'left-sidebar.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/left-sidebar.html">Left Sidebar</a></li>
<li {% if current[1] == 'download' %}class="current"{% endif %}><a href="{{ site.baseurl }}/download">Download</a></li>
<li {% if current[1] == 'features.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/features.html">Features</a></li>
<li {% if current[1] == 'two-sidebar.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/two-sidebar.html">Two Sidebar</a></li>
<li {% if current[1] == 'no-sidebar.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/no-sidebar.html">No Sidebar</a></li>

View File

@ -1,24 +1,14 @@
{% include header.html %}
<!-- Main -->
<section class="wrapper style1">
<div class="container">
<section class="wrapper style1">
<div class="container">
<div id="content">
<article>
{{ content | markdownify }}
</article>
</div>
</div>
</section>
<!-- Blog -->
<section>
<header class="major">
<h2>{{ page.title }}</h2>
<p>Posted {{ page.date | date_to_string }}</p>
</header>
<div class="row">
<div class="8u -2u">
<section class="box">
<a href="#" class="image left"><img src="{{ site.baseurl }}{{ page.featured }}" alt="" /></a>
{{ page.content | markdownify }}
</section>
</div>
</div>
</section>
</div>
</section>
{% include footer.html %}

View File

@ -4,4 +4,10 @@ title: Download
permalink: /download/
---
# Download and Install MISP
## Download and Install MISP
[MISP source code is available on GitHub](https://github.com/MISP/MISP) including documentation and scripts for installation.
### Requirements
MISP can be easily installed on any standard GNU/Linux distribution. Installation guides for various distributions are included in the [INSTALL directory](https://github.com/MISP/MISP/tree/2.4/INSTALL). If you did a git clone of MISP for the installation, an [UPDATE procedure is available](https://github.com/MISP/MISP/blob/2.4/INSTALL/UPDATE.txt) to keep your MISP up-to-date.