summaryrefslogtreecommitdiffstats
path: root/docs/source/installing.rst
blob: e0fe317874ef2d22ca4b1c7bb6184c9e16801a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.. Copyright 2012 David Sommerseth <dazo@users.sourceforge.net>

   This is free software: you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published by
   the Free Software Foundation, version 2 of the License.

   This program is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program.  If not, see
   <http://www.gnu.org/licenses/>.

.. For notes on how to document Python in RST form, see e.g.:
.. http://sphinx.pocoo.org/domains.html#the-python-domain

Installing logactio
===================

Download and unpack the logactio source code.  From a shell, use the provided
*setup.py* utility.

.. code-block:: bash

   [root@host: ~/logactio] # python setup.py install

This takes care of installing all the needed files in the proper places.