Skip to content

Commit

Permalink
Better quickstart (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Jan 4, 2024
1 parent c3f3629 commit b4a12ba
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ Quick Start

Currently, only Docker Compose based deployment is supported.

More production-ready way to deploy Artemis will be to use Kubernetes - you may follow
the progress or help with that task on: https://github.com/CERT-Polska/Artemis/issues/204.

Using Docker Compose
--------------------

To start Artemis simply execute following 2 commands in your terminal:
To start Artemis, clone the ``https://github.com/CERT-Polska/Artemis/`` repository and execute the
following 2 commands in your terminal in the ``Artemis`` directory:

.. code-block:: console
Expand All @@ -23,8 +21,8 @@ these modules haven't been included in core due to licensing reasons, but provid
as e.g. SSL verification (certificate validity, proper redirect, etc.), subdomain takeover check or
SQL injection check.

To do that, clone https://github.com/CERT-Polska/Artemis-modules-extra/ inside
the Artemis directory and use:
To do that, clone https://github.com/CERT-Polska/Artemis-modules-extra/ **inside
the Artemis directory** and use:

.. code-block:: console
Expand Down

0 comments on commit b4a12ba

Please sign in to comment.