summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2016-02-02 16:31:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-04 23:22:30 +0000
commit79de8cf5fa5cf8312d3939646ce1360e296b291c (patch)
treeaf1e247e4465e86e6e8d5581976377f5d502230a /documentation
parenta23d2625e20b25b9ae102b6cb78641bff07ce934 (diff)
downloadpoky-79de8cf5fa5cf8312d3939646ce1360e296b291c.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml31
1 files changed, 26 insertions, 5 deletions
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,15 +377,36 @@
377 377
378 <para> 378 <para>
379 The next line sets the Toaster root directory 379 The next line sets the Toaster root directory
380 <filename>TOASTER_DIR</filename>, and the location of 380 <filename>TOASTER_DIR</filename> and the location of
381 the Toaster configuration file <filename>TOASTER_CONF</filename>, 381 the Toaster configuration file
382 relative to the root directory. For more information on the 382 <filename>TOASTER_CONF</filename>, which is
383 Toaster configuration file see the 383 relative to the Toaster root directory
384 "<link linkend='toaster-json-files'>JSON Files</link>" 384 <filename>TOASTER_DIR</filename>.
385 For more information on the Toaster configuration file
386 <filename>TOASTER_CONF</filename>, see the
387 <link linkend='toaster-json-files'>JSON Files</link>
385 section of this manual. 388 section of this manual.
386 </para> 389 </para>
387 390
388 <para> 391 <para>
392 This line also runs the <filename>checksettings</filename>
393 command, which configures the location of the Toaster
394 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build directory</ulink>.
395 The Toaster root directory <filename>TOASTER_DIR</filename>
396 determines where the Toaster build directory
397 is created on the file system.
398 In the example above,
399 <filename>TOASTER_DIR</filename> is set as follows:
400 <literallayout class="monospaced">
401 /var/www/toaster/poky
402 </literallayout>
403 This setting causes the Toaster build directory to be:
404 <literallayout class="monospaced">
405 /var/www/toaster/poky/build
406 </literallayout>
407 </para>
408
409 <para>
389 Finally, the <filename>collectstatic</filename> command 410 Finally, the <filename>collectstatic</filename> command
390 is a Django framework command that collects all the 411 is a Django framework command that collects all the
391 statically served files into a designated directory to 412 statically served files into a designated directory to