summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-05-01 17:43:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:18:00 +0100
commitcce30462a8bcdebc56b7b1687f89dc35b7b2de2c (patch)
tree63f47ba3c088b24563c3a954524e6357d824c753 /documentation/toaster-manual
parent926f08b8bfa3e37b92b3049f97a80c411ca41c1b (diff)
downloadpoky-cce30462a8bcdebc56b7b1687f89dc35b7b2de2c.tar.gz
toaster-manual: Updated step 7 of the To "Installation" section
Changed some wordings to accomodate reviewer feedback. (From yocto-docs rev: 6de69db7ae5bbbe5e6e7f0b5f6b9b1326f3f5f6a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 2b77569cb1..b4caebbe0f 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -469,6 +469,26 @@
469 <filename>STATIC_ROOT</filename>. 469 <filename>STATIC_ROOT</filename>.
470 </para></listitem> 470 </para></listitem>
471 <listitem><para> 471 <listitem><para>
472 Test and/or use the Mysql integration with Toaster’s
473 Django web server.
474 At this point, you can start up the normal Toaster
475 Django web server with the Toaster database in Mysql.
476 You can use this web server to confirm that the database
477 migration and data population from the Layer Index is
478 complete.</para>
479
480 <para>To start the default Toaster Django web server with
481 the Toaster database now in Mysql, use the standard
482 start commands:
483 <literallayout class='monospaced'>
484 $ source oe-init-build-env
485 $ source toaster start
486 </literallayout>
487 Additionally, if Django is sufficient for your requirements,
488 you can use it for your release system and migrate later
489 to Apache as your requirements change.
490 </para></listitem>
491 <listitem><para>
472 Add an Apache configuration file for Toaster to your Apache web 492 Add an Apache configuration file for Toaster to your Apache web
473 server's configuration directory. 493 server's configuration directory.
474 If you are using Ubuntu or Debian, put the file here: 494 If you are using Ubuntu or Debian, put the file here: