diff --git a/docs/index.rst b/docs/index.rst index 94bcea3..5446965 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -419,6 +419,13 @@ On Debian or Ubuntu systems, run: $ sudo apt-get install python3-pip +On CentOS systems, run: + +.. code-block:: + + $ sudo yum install -y python34-setuptools + $ sudo easy_install-3.4 pip + Python 3 installers for Windows and macOS can be found at https://www.python.org/downloads/ @@ -638,6 +645,8 @@ To set up visual dashboards of DMARC data, install Elasticsearch and Kibana. Elasticsearch and Kibana 6 or later are required +On Debian/Ubuntu based systems, run: + .. code-block:: bash sudo apt-get install -y apt-transport-https @@ -646,6 +655,9 @@ To set up visual dashboards of DMARC data, install Elasticsearch and Kibana. sudo apt-get update sudo apt-get install -y default-jre-headless elasticsearch kibana +For CentOS, RHEL, and other RPM systems, follow the Elastic RPM guides for +`Elasticsearch`_ and `Kibana`_. + .. warning:: The default JVM heap size for Elasticsearch is very small (1g), which will @@ -680,6 +692,12 @@ authentication. sudo apt-get install -y nginx apache2-utils +Or, on CentOS: + +.. code-block:: bash + + sudo yum install -y nginx httpd-tools + Create a directory to store the certificates and keys: .. code-block:: bash @@ -1203,6 +1221,10 @@ Indices and tables .. _download the latest version of pypy3: https://pypy.org/download.html#default-with-a-jit-compiler +.. _Elasticsearch: https://www.elastic.co/guide/en/elasticsearch/reference/current/rpm.html + +.. _Kibana: https://www.elastic.co/guide/en/kibana/current/rpm.html + .. _X-Pack: https://www.elastic.co/products/x-pack .. _kibana_saved_objects.json: https://raw.githubusercontent.com/domainaware/parsedmarc/master/kibana/kibana_saved_objects.json