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 @@ -468,6 +468,26 @@ be served up by the Apache web server as defined by STATIC_ROOT. + + 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. + + To start the default Toaster Django web server with + the Toaster database now in Mysql, use the standard + start commands: + + $ source oe-init-build-env + $ source toaster start + + 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. + Add an Apache configuration file for Toaster to your Apache web server's configuration directory.