Skip to content

Commit aa1b9cd

Browse files
Jeremy RossiJeremy Rossi
Jeremy Rossi
authored and
Jeremy Rossi
committed
adding downloads
1 parent 9fb7167 commit aa1b9cd

File tree

2 files changed

+146
-12
lines changed

2 files changed

+146
-12
lines changed

conf.py

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,17 @@
3030
sys.path.append(".")
3131
sys.path.append("docs")
3232
extensions = [
33-
'sphinx.ext.autodoc',
34-
'sphinx.ext.intersphinx',
35-
'sphinx.ext.todo',
36-
'sphinx.ext.pngmath',
37-
'sphinx.ext.ifconfig',
38-
'sphinx.ext.viewcode',
39-
"sphinx.ext.graphviz",
40-
"sphinx.ext.extlinks",
41-
"ablog",
42-
"_ext.xml_domain"]
33+
'sphinx.ext.autodoc',
34+
'sphinx.ext.intersphinx',
35+
'sphinx.ext.todo',
36+
'sphinx.ext.pngmath',
37+
'sphinx.ext.ifconfig',
38+
'sphinx.ext.viewcode',
39+
"sphinx.ext.graphviz",
40+
"sphinx.ext.extlinks",
41+
"ablog",
42+
"_ext.xml_domain",
43+
]
4344

4445
import ablog
4546

@@ -76,7 +77,7 @@
7677
# The short X.Y version.
7778
version = ''
7879
# The full version, including alpha/beta/rc tags.
79-
release = '2.8.1'
80+
release = '2.9.0'
8081

8182
# The language for content autogenerated by Sphinx. Refer to documentation
8283
# for a list of supported languages.
@@ -152,6 +153,7 @@
152153
'navbar_links': [
153154
('Blog <i class="fa fa-archive"></i>', "blog"),
154155
('Documentaton <i class="fa fa-book"></i>', "docs/", 1),
156+
('Downloads <i class="fa fa-download"></i>', "downloads"),
155157
],
156158

157159
# Render the next and previous page links in navbar. (Default: true)
@@ -235,8 +237,9 @@
235237
html_sidebars = {
236238
#'**': ['localtoc.html', 'ossec_links.html','searchbox.html'],
237239
'blog/**': ['postcard.html', 'recentposts.html', 'categories.html', 'archives.html', 'searchbox.html'],
238-
'blog.html': ['recentposts.html', 'categories.html', 'archives.html', 'searchbox.html'],
240+
'blog*': ['recentposts.html', 'categories.html', 'archives.html', 'searchbox.html'],
239241
'docs/**': ['localtoc.html', 'searchbox.html'],
242+
'downloads*': ['localtoc.html'],
240243
'index.html': [],
241244
'': [],
242245
}

downloads.rst

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
=========
2+
Downloads
3+
=========
4+
5+
6+
+--------------+-----------------------------------------------+-------+
7+
| latest development snapshots |
8+
+==============+===============================================+=======+
9+
| server/agent | https://github.com/ossec/ossec-hids |
10+
+--------------+-----------------------------------------------+-------+
11+
| web ui | https://github.com/ossec/ossec-wui |
12+
+--------------+-----------------------------------------------+-------+
13+
| docs | https://github.com/ossec/ossec-docs |
14+
+--------------+-----------------------------------------------+-------+
15+
| Latest Stable Release (2.8.1) |
16+
+--------------+-----------------------------------------------+-------+
17+
| Server/Agent | https://github.com/ossec/ossec-hids | CRC |
18+
+--------------+-----------------------------------------------+-------+
19+
| Agent Windows| https://github.com/ossec/ossec-wui | CRC |
20+
+--------------+-----------------------------------------------+-------+
21+
| Virtual Appl | https://github.com/ossec/ossec-docs | CRC |
22+
+--------------+-----------------------------------------------+-------+
23+
24+
RPMs for RHEL, CentOS, Fedora and others
25+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26+
27+
Available in the `AtomiCorp repository <http://www5.atomicorp.com/channels/ossec/>`_.
28+
29+
+-------------------------------------------------------------------------------------------+
30+
| CentOS |
31+
+==============+============================================================================+
32+
| el5 | `i386 <http://www5.atomicorp.com/channels/ossec/centos/5/i386/RPMS/>`_ |
33+
+--------------+----------------------------------------------------------------------------+
34+
| el5 | `x86_64 <http://www5.atomicorp.com/channels/ossec/centos/5/x86_64/RPMS/>`_ |
35+
+--------------+----------------------------------------------------------------------------+
36+
| el6 | `i386 <http://www5.atomicorp.com/channels/ossec/centos/5/i386/RPMS/>`_ |
37+
+--------------+----------------------------------------------------------------------------+
38+
| el6 | `x86_64 <http://www5.atomicorp.com/channels/ossec/centos/6/x86_64/RPMS/>`_ |
39+
+--------------+----------------------------------------------------------------------------+
40+
41+
+-------------------------------------------------------------------------------------------+
42+
| Fedora |
43+
+==============+============================================================================+
44+
| el5 | `i386 <http://www5.atomicorp.com/channels/ossec/fedora/20/i386/RPMS/>`_ |
45+
+--------------+----------------------------------------------------------------------------+
46+
| el5 | `x86_64 <http://www5.atomicorp.com/channels/ossec/fedora/5/x86_64/RPMS/>`_ |
47+
+--------------+----------------------------------------------------------------------------+
48+
| el6 | `i386 <http://www5.atomicorp.com/channels/ossec/fedora/5/i386/RPMS/>`_ |
49+
+--------------+----------------------------------------------------------------------------+
50+
| el6 | `x86_64 <http://www5.atomicorp.com/channels/ossec/fedora/6/x86_64/RPMS/>`_ |
51+
+--------------+----------------------------------------------------------------------------+
52+
| All | `6 - 20 <http://www5.atomicorp.com/channels/ossec/fedora/>`_ |
53+
+--------------+----------------------------------------------------------------------------+
54+
55+
DEBs for Debian Wheezy, Jessie and Sid
56+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57+
58+
Available in the `AlienVault repository <http://ossec.alienvault.com/repos/apt/debian/pool/main/o/>`_.
59+
60+
61+
+-------------------------------------------------------------------------------------------+
62+
| Debian |
63+
+==============+============================================================================+
64+
| OSSEC Server | `Wheezy, Jessie, Sid <http://ossec.alienvault.com/repos/apt/debian/pool/main/o/ossec-hids/>`_ |
65+
+--------------+----------------------------------------------------------------------------+
66+
| OSSEC Agent | `Wheezy, Jessie, Sid <http://ossec.alienvault.com/repos/apt/debian/pool/main/o/ossec-hids-agent/>`_ |
67+
+--------------+----------------------------------------------------------------------------+
68+
69+
70+
71+
RPM Installation
72+
================
73+
74+
To install with yum do the following:
75+
76+
.. code:: console
77+
78+
# wget -q -O – https://www.atomicorp.com/installers/atomic | sh
79+
# yum install ossec-hids ossec-hids-server (or ossec-hids-client for the agent)
80+
81+
82+
DEB Installation
83+
================
84+
85+
To install with apt-get do the following:
86+
87+
.. code:: console
88+
89+
# wget -O – http://ossec.alienvault.com/repos/apt/conf/ossec-key.gpg.key | apt-key add –
90+
# echo “deb http://ossec.alienvault.com/repos/apt/debian wheezy main” >> /etc/apt/sources.list
91+
(change wheezy for your Debian distribution)
92+
# apt-get update
93+
# apt-get install ossec-hids (or ossec-hids-agent)
94+
95+
PGP key
96+
=======
97+
98+
Before you install any package from our project, we recommend that you
99+
verify it using our PGP key. Follow these two steps if you are not used
100+
to using gpg. You first need to import our public key:
101+
102+
.. code:: console
103+
104+
ossec-test# wget http://www.ossec.net/files/OSSEC-PGP-KEY.asc
105+
ossec-test# gpg –import OSSEC-PGP-KEY.asc
106+
107+
And then verify each file against its signature:
108+
109+
.. code:: console
110+
111+
ossec-test# gpg –verify file.sig file
112+
113+
You should get the following result:
114+
115+
116+
.. code:: console
117+
118+
gpg: Signature made Tue 19 Jul 2011 03:13:58 PM BRT using RSA key ID A3901351
119+
gpg: Good signature from “Daniel B. Cid ”
120+
Primary key fingerprint: 6F11 9E06 487A AF17 C84C E48A 456B 17CF A390 1351
121+
122+
Note that the key expiration date was changed lately. If you get an
123+
warning saying “gpg: Note: This key has expired!”, make sure to update
124+
the key and run the “import” command again (as specified above).
125+
126+
Contribute back!
127+
----------------
128+
129+
If you find ossec useful and would like to contribute back to the
130+
community, please contact us. We have a lot of work to do and any help
131+
is appreciated.

0 commit comments

Comments
 (0)