From d30cad2341bba6f1da032a82bb008f5cbb5d3d73 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 2 Sep 2019 16:05:19 +1000 Subject: [PATCH] Emphasis on config.yaml --- docs/start.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/start.rst b/docs/start.rst index 75a13159cc..fcce9a9131 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -14,7 +14,7 @@ A makefile in the root directory provides shortcuts for the installation process Requirements ------------ -To install InvenTree you will need the following: +To install InvenTree you will need the following system components installed: * python3 * python3-pip @@ -45,7 +45,7 @@ Database Configuration Once the required packages are installed, the database configuration must be adjusted to suit your particular needs. InvenTree provides a simple default setup which should work *out of the box* for testing and debug purposes. -As part of the previous *install* step, a configuration file (*config.yaml*) is created. The configuration file provides administrators control over various setup options without digging into the Django ``settings.py`` script. The default setup uses a local sqlite database with *DEBUG* mode enabled. +As part of the previous *install* step, a configuration file (``config.yaml``) is created. The configuration file provides administrators control over various setup options without digging into the Django *settings.py* script. The default setup uses a local sqlite database with *DEBUG* mode enabled. For further information on installation configuration, refer to the `Configuration `_ section.