From 5e2201edaf17b13fa0064b8d41a433b7920f3b92 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 2 Feb 2016 16:31:20 -0800 Subject: toaster-manual: Updated the "Installation" to have TOASTER_DIR information In section 3.6 of the manual about setting up a production instance of Toaster, explain that TOASTER_DIR determines the location of the build directory, and that the checksettings command configures the build environment for Toaster. NOTE: I applied some minor fixes to the wording. (From yocto-docs rev: b900e4f3f7a1f798b82a25e350cb8626ffb5d786) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../toaster-manual-setup-and-use.xml | 31 ++++++++++++++++++---- 1 file changed, 26 insertions(+), 5 deletions(-) (limited to 'documentation/toaster-manual') 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 -- cgit v1.2.3-54-g00ecf