Skip to content

Commit ad6d806

Browse files
committed
Improve installation description
[ci skip]
1 parent 6a1b30d commit ad6d806

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

README.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,20 @@ How to run it
2828
Installation
2929
------------
3030

31-
**Fedora (and other RPM distributions)**:
31+
**Fedora (and other RPM distributions):**
3232

33-
- run ``python3 setup.py bdist_rpm --post-install ./install/postints`` to generate binary ``.rpm`` package
33+
- run ``python3 setup.py bdist_rpm --post-install ./install/postints`` to generate binary ``.rpm`` package **or** download it from releases tab
3434
- install package using ``sudo dnf install ./dist/recodex-monitor-0.1.0-1.noarch.rpm`` (depends on actual version)
35-
- edit configuration file located in ``/etc/recodex/monitor/`` directory
36-
- run via systemd script as ``sudo systemctl start recodex-monitor.service`` and ``sudo systemctl stop recodex-monitor.service``
35+
36+
**Other Linux systems:**
37+
38+
- run installation as ``python3 setup.py install``
39+
- run postinst script as root - ``sudo ./install/postinst``
40+
41+
42+
Configuration and running
43+
-------------------------
44+
45+
- edit configuration file ``/etc/recodex/monitor/config.yml``
46+
- run as systemd service via ``sudo systemctl start recodex-monitor.service`` **or** from command line as ``recodex-monitor -c /etc/recodex/monitor/config.yml``
3747

0 commit comments

Comments
 (0)