Skip to content

Commit

Permalink
[#293] update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Dec 4, 2024
1 parent 422ea74 commit 2781208
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/installation/setup_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Open Klant configuration (CLI)
==============================

After deploying Open Klant, it needs to be configured to be fully functional.
The django management command ``setup_configuration`` assist with this configuration.
You can get the full command documentation with:

.. code-block:: bash
Expand All @@ -19,14 +20,14 @@ Preparation
===========

The command executes the list of pluggable configuration steps, and each step
has required specific variables, that should be prepared.
Here is the description of all available configuration steps and the variables,
used by each step.
requires specific configuration information, that should be prepared.
Here is the description of all available configuration steps and the configuration
format, used by each step.

Token configuration
----------------------

Create a YAML configuration file with your settings:
Create a (single) YAML configuration file with your settings:

.. code-block:: yaml
Expand All @@ -45,9 +46,6 @@ Create a YAML configuration file with your settings:
contact_person: Person 2
email: [email protected]
.. note:: Invalid entries will be skipped and logged according to the configured
logging settings.

Execution
=========

Expand Down

0 comments on commit 2781208

Please sign in to comment.