From 79de8cf5fa5cf8312d3939646ce1360e296b291c 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: 5d899f3026cff40078449ca8bdaba680f79ee0a8) 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') diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index 356b7fbf9c..2693569905 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml @@ -377,14 +377,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