summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/setup-and-use.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual/setup-and-use.rst')
-rw-r--r--documentation/toaster-manual/setup-and-use.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/toaster-manual/setup-and-use.rst b/documentation/toaster-manual/setup-and-use.rst
index ded771e796..cabf0250c4 100644
--- a/documentation/toaster-manual/setup-and-use.rst
+++ b/documentation/toaster-manual/setup-and-use.rst
@@ -155,7 +155,7 @@ superuser by following these steps:
155 is the :term:`Build Directory`, 155 is the :term:`Build Directory`,
156 invoke the ``createsuperuser`` command from ``manage.py``:: 156 invoke the ``createsuperuser`` command from ``manage.py``::
157 157
158 $ cd ~/poky/build 158 $ cd poky/build
159 $ ../bitbake/lib/toaster/manage.py createsuperuser 159 $ ../bitbake/lib/toaster/manage.py createsuperuser
160 160
161#. Django prompts you for the username, which you need to provide. 161#. Django prompts you for the username, which you need to provide.
@@ -417,13 +417,13 @@ Perform the following steps to install Toaster:
417 417
418 [Unit] 418 [Unit]
419 Description=Toaster runbuilds 419 Description=Toaster runbuilds
420 420
421 [Service] 421 [Service]
422 Type=forking User=toaster 422 Type=forking User=toaster
423 ExecStart=/usr/bin/screen -d -m -S runbuilds /var/www/toaster/poky/bitbake/lib/toaster/runbuilds-service.sh start 423 ExecStart=/usr/bin/screen -d -m -S runbuilds /var/www/toaster/poky/bitbake/lib/toaster/runbuilds-service.sh start
424 ExecStop=/usr/bin/screen -S runbuilds -X quit 424 ExecStop=/usr/bin/screen -S runbuilds -X quit
425 WorkingDirectory=/var/www/toaster/poky 425 WorkingDirectory=/var/www/toaster/poky
426 426
427 [Install] 427 [Install]
428 WantedBy=multi-user.target 428 WantedBy=multi-user.target
429 429
@@ -433,11 +433,11 @@ Perform the following steps to install Toaster:
433 up executable permissions:: 433 up executable permissions::
434 434
435 #!/bin/bash 435 #!/bin/bash
436 436
437 #export http_proxy=http://proxy.host.com:8080 437 #export http_proxy=http://proxy.host.com:8080
438 #export https_proxy=http://proxy.host.com:8080 438 #export https_proxy=http://proxy.host.com:8080
439 #export GIT_PROXY_COMMAND=$HOME/bin/gitproxy 439 #export GIT_PROXY_COMMAND=$HOME/bin/gitproxy
440 cd ~/poky/ 440 cd poky/
441 source ./oe-init-build-env build 441 source ./oe-init-build-env build
442 source ../bitbake/bin/toaster $1 noweb 442 source ../bitbake/bin/toaster $1 noweb
443 [ "$1" == 'start' ] && /bin/bash 443 [ "$1" == 'start' ] && /bin/bash