diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index 8c7ff7bd0a..6a69706df2 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml @@ -17,30 +17,10 @@ - If you want to configure and start your builds using the - Toaster web interface - (i.e. "Build Mode"), - navigate to the root of your + Navigate to the root of your Source Directory (e.g. poky): - $ cd poky - - Next, start Toaster: - - $ bitbake/bin/toaster - - Open your favourite browser and enter the following: - - http://127.0.0.1:8000 - - If you would rather configure and start your builds - using the command line - (i.e. Analysis Mode), - you can get Toaster to "listen" - to your builds and collect information about them. - To do that, navigate to the root of your Source Directory: - $ cd poky Once in that directory, source the build environment script: @@ -74,12 +54,7 @@ By default, Toaster starts on port 8000. You can use the WEBPORT parameter to set a different port. - For example, either of the following commands sets the - port to "8400": - - $ bitbake/bin/toaster webport=8400 - - or + For example, the following command sets the port to "8400": $ source ../bitbake/bin/toaster webport=8400 @@ -90,18 +65,10 @@ The Directory for Cloning Layers - If you are running Toaster in - Build Mode, Toaster creates a _toaster_clones directory inside your Source Directory - (i.e. poky). - For example, suppose you use this command to start Toaster: - - poky/bitbake/bin/toaster - - In this example, Toaster creates and uses the - poky/_toaster_clones - directory to clone any layers needed for your builds. + (i.e. poky) to clone any layers + needed for your builds. @@ -119,17 +86,9 @@ The Build Directory - If you are running Toaster in - Build Mode, Toaster creates a build directory within your Source - Directory (e.g. poky). - For example, suppose you use this command to start Toaster: - - poky/bitbake/bin/toaster - - In this example, Toaster creates and uses the - poky/build - directory to execute the builds. + Directory (e.g. poky) to execute + the builds. @@ -138,7 +97,7 @@ the TOASTER_DIR environment variable, which takes precedence over your current working directory. Setting this environment variable causes Toaster to use - $TOASTER_DIR./build as the build directory. + $TOASTER_DIR/build as the build directory. @@ -219,10 +178,7 @@ The production instance is also the setup that can cope with heavier loads on the web service. Use the instructions in the following sections to set up - Toaster in - Build Mode - where builds and projects are run, - viewed, and defined through the Toaster web interface. + Toaster to run builds through the Toaster web interface.
@@ -335,13 +291,6 @@ STATIC_ROOT = '/var/www/toaster/static_files/' - - Enable Build Mode by adding the following - line to settings.py: - - BUILD_MODE=True - -