diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index 3ac1654cfa..89b8b524a8 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml @@ -328,14 +328,35 @@ The next line sets the Toaster root directory - TOASTER_DIR, and the location of - the Toaster configuration file TOASTER_CONF, - relative to the root directory. For more information on the - Toaster configuration file see the - "JSON Files" + TOASTER_DIR and the location of + the Toaster configuration file + TOASTER_CONF, which is + relative to the Toaster root directory + TOASTER_DIR. + For more information on the Toaster configuration file + TOASTER_CONF, see the + JSON Files section of this manual. + + This line also runs the checksettings + command, which configures the location of the Toaster + Build directory. + The Toaster root directory TOASTER_DIR + determines where the Toaster build directory + is created on the file system. + In the example above, + TOASTER_DIR is set as follows: + + /var/www/toaster/poky + + This setting causes the Toaster build directory to be: + + /var/www/toaster/poky/build + + + Finally, the collectstatic command is a Django framework command that collects all the