File: installation.rst

package info (click to toggle)
receptor 1.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,772 kB
  • sloc: python: 1,643; makefile: 305; sh: 174
file content (28 lines) | stat: -rw-r--r-- 695 bytes parent folder | download | duplicates (2)
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
.. _installing:

*******************
Installation guide
*******************

Download and extract precompiled binary for your OS and platform from `the releases page on GitHub <https://github.com/ansible/receptor/releases>`_

Alternatively, you can compile Receptor from source code (Golang 1.22+ required)

.. code-block:: bash

    make receptor

Test the installation with the following commands:

.. code-block:: bash

    receptor --help
    receptor --version

The preferred way to interact with Receptor nodes is to use the ``receptorctl`` command line tool

.. code-block:: bash

    pip install receptorctl

``receptorctl`` will be used in various places throughout this documentation.