mirror of https://github.com/MISP/misp-website
Basic download page added
parent
192b9a14ba
commit
5701ab7a39
|
@ -13,4 +13,4 @@ kramdown:
|
||||||
input: GFM
|
input: GFM
|
||||||
# Disable auto-generated ID's for headings
|
# Disable auto-generated ID's for headings
|
||||||
auto_ids: true
|
auto_ids: true
|
||||||
|
include: [_pages]
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li {% if current[1] == 'news' %}class="current"{% endif %}><a href="{{ site.baseurl }}/news">News</a></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] == '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] == '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>
|
<li {% if current[1] == 'no-sidebar.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/no-sidebar.html">No Sidebar</a></li>
|
||||||
|
|
|
@ -1,24 +1,14 @@
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
<!-- Main -->
|
|
||||||
<section class="wrapper style1">
|
<section class="wrapper style1">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<div id="content">
|
||||||
<!-- Blog -->
|
<article>
|
||||||
<section>
|
{{ content | markdownify }}
|
||||||
<header class="major">
|
</article>
|
||||||
<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>
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
|
@ -4,4 +4,10 @@ title: Download
|
||||||
permalink: /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.
|
||||||
|
|
Loading…
Reference in New Issue