mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
926f08b8bf
commit
cce30462a8
@@ -468,6 +468,26 @@
|
||||
be served up by the Apache web server as defined by
|
||||
<filename>STATIC_ROOT</filename>.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Test and/or use the Mysql integration with Toaster’s
|
||||
Django web server.
|
||||
At this point, you can start up the normal Toaster
|
||||
Django web server with the Toaster database in Mysql.
|
||||
You can use this web server to confirm that the database
|
||||
migration and data population from the Layer Index is
|
||||
complete.</para>
|
||||
|
||||
<para>To start the default Toaster Django web server with
|
||||
the Toaster database now in Mysql, use the standard
|
||||
start commands:
|
||||
<literallayout class='monospaced'>
|
||||
$ source oe-init-build-env
|
||||
$ source toaster start
|
||||
</literallayout>
|
||||
Additionally, if Django is sufficient for your requirements,
|
||||
you can use it for your release system and migrate later
|
||||
to Apache as your requirements change.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Add an Apache configuration file for Toaster to your Apache web
|
||||
server's configuration directory.
|
||||
|
||||
Reference in New Issue
Block a user