diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 68cfd5ee10..25762a603a 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -61,6 +61,60 @@
+
+ Setting Up Toaster Without a Web Server
+
+
+ You can start a Toaster environment without starting its
+ web server. This is useful for the following:
+
+
+ Capturing a command-line build’s statistics into
+ the Toaster database for examination later.
+
+
+ Capturing a command-line build’s statistics when
+ the Toaster server is already running.
+
+
+ The following commands show how to start a Toaster environment
+ without starting its web server, perform BitBake operations,
+ and then shut down the Toaster environment.
+ Once the environment is shut down, you can examine the
+ BitBake build statistics:
+
+ $ source toaster start noweb
+ $ bitbake target
+ $ source toaster stop
+
+
+
+
+
+ Setting Up Toaster Without a Build Server
+
+
+ You can start a Toaster environment with the
+ “New Projects” feature disabled.
+ Doing so is useful for the following:
+
+
+ Sharing your build results over the web server while
+ blocking others from starting builds on your host.
+
+
+ Allowing only local command-line builds to be captured
+ into the Toaster database.
+
+
+ Use the following command to set up Toaster without a
+ build server:
+
+ $ source toaster start nobuild webport=port
+
+
+
+
Setting up External Access
@@ -312,7 +366,7 @@
Edit the
- DATABASE
+ DATABASES
settings:
DATABASES = {
@@ -329,14 +383,14 @@
Edit the
- SECRET_KEY:
+ SECRET_KEY:
SECRET_KEY = 'your_secret_key'
Edit the
- STATIC_ROOT:
+ STATIC_ROOT:
STATIC_ROOT = '/var/www/toaster/static_files/'