summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual-setup-and-use.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-setup-and-use.xml')
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index b4caebbe0f..f555745923 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -1,6 +1,7 @@
1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > 3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4<!--SPDX-License-Identifier: CC-BY-2.0-UK-->
4 5
5<chapter id='toaster-manual-setup-and-use'> 6<chapter id='toaster-manual-setup-and-use'>
6 7
@@ -69,17 +70,17 @@
69 web server. This is useful for the following: 70 web server. This is useful for the following:
70 <itemizedlist> 71 <itemizedlist>
71 <listitem><para> 72 <listitem><para>
72 Capturing a command-line builds statistics into 73 Capturing a command-line build's statistics into
73 the Toaster database for examination later. 74 the Toaster database for examination later.
74 </para></listitem> 75 </para></listitem>
75 <listitem><para> 76 <listitem><para>
76 Capturing a command-line builds statistics when 77 Capturing a command-line build's statistics when
77 the Toaster server is already running. 78 the Toaster server is already running.
78 </para></listitem> 79 </para></listitem>
79 <listitem><para> 80 <listitem><para>
80 Having one instance of the Toaster web server 81 Having one instance of the Toaster web server
81 track and capture multiple command-line builds, 82 track and capture multiple command-line builds,
82 where each build is started in its own noweb 83 where each build is started in its own "noweb"
83 Toaster environment. 84 Toaster environment.
84 </para></listitem> 85 </para></listitem>
85 </itemizedlist> 86 </itemizedlist>
@@ -91,7 +92,7 @@
91 minutes to ensure the complete transfer of its BitBake build 92 minutes to ensure the complete transfer of its BitBake build
92 statistics to the Toaster database. 93 statistics to the Toaster database.
93 If you have a separate Toaster web server instance running, you 94 If you have a separate Toaster web server instance running, you
94 can watch this command-line builds progress and examine the 95 can watch this command-line build's progress and examine the
95 results as soon as they are posted: 96 results as soon as they are posted:
96 <literallayout class='monospaced'> 97 <literallayout class='monospaced'>
97 $ source toaster start noweb 98 $ source toaster start noweb
@@ -106,7 +107,7 @@
106 107
107 <para> 108 <para>
108 You can start a Toaster environment with the 109 You can start a Toaster environment with the
109 New Projects feature disabled. 110 "New Projects" feature disabled.
110 Doing so is useful for the following: 111 Doing so is useful for the following:
111 <itemizedlist> 112 <itemizedlist>
112 <listitem><para> 113 <listitem><para>
@@ -469,7 +470,7 @@
469 <filename>STATIC_ROOT</filename>. 470 <filename>STATIC_ROOT</filename>.
470 </para></listitem> 471 </para></listitem>
471 <listitem><para> 472 <listitem><para>
472 Test and/or use the Mysql integration with Toasters 473 Test and/or use the Mysql integration with Toaster's
473 Django web server. 474 Django web server.
474 At this point, you can start up the normal Toaster 475 At this point, you can start up the normal Toaster
475 Django web server with the Toaster database in Mysql. 476 Django web server with the Toaster database in Mysql.