-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
========= | ||
|
||
|