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.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/toaster-manual/setup-and-use.rst b/documentation/toaster-manual/setup-and-use.rst
index cabf0250c4..8f0ec94496 100644
--- a/documentation/toaster-manual/setup-and-use.rst
+++ b/documentation/toaster-manual/setup-and-use.rst
@@ -362,7 +362,7 @@ Perform the following steps to install Toaster:
362 362
363 /etc/httpd/conf.d/toaster.conf 363 /etc/httpd/conf.d/toaster.conf
364 364
365 If you are using OpenSUSE, put it here:: 365 If you are using openSUSE, put it here::
366 366
367 /etc/apache2/conf.d/toaster.conf 367 /etc/apache2/conf.d/toaster.conf
368 368
@@ -380,13 +380,13 @@ Perform the following steps to install Toaster:
380 Require all granted 380 Require all granted
381 </IfModule> 381 </IfModule>
382 </Directory> 382 </Directory>
383 383
384 <Directory /var/www/toaster/poky/bitbake/lib/toaster/toastermain> 384 <Directory /var/www/toaster/poky/bitbake/lib/toaster/toastermain>
385 <Files "wsgi.py"> 385 <Files "wsgi.py">
386 Require all granted 386 Require all granted
387 </Files> 387 </Files>
388 </Directory> 388 </Directory>
389 389
390 WSGIDaemonProcess toaster_wsgi python-path=/var/www/toaster/poky/bitbake/lib/toaster:/var/www/toaster/.local/lib/python3.4/site-packages 390 WSGIDaemonProcess toaster_wsgi python-path=/var/www/toaster/poky/bitbake/lib/toaster:/var/www/toaster/.local/lib/python3.4/site-packages
391 WSGIScriptAlias / "/var/www/toaster/poky/bitbake/lib/toaster/toastermain/wsgi.py" 391 WSGIScriptAlias / "/var/www/toaster/poky/bitbake/lib/toaster/toastermain/wsgi.py"
392 <Location /> 392 <Location />
@@ -402,7 +402,7 @@ Perform the following steps to install Toaster:
402 $ chmod +x bitbake/lib/toaster/toastermain/wsgi.py 402 $ chmod +x bitbake/lib/toaster/toastermain/wsgi.py
403 403
404 Finally, restart Apache to make sure all new configuration is loaded. For Ubuntu, 404 Finally, restart Apache to make sure all new configuration is loaded. For Ubuntu,
405 Debian, and OpenSUSE use:: 405 Debian, and openSUSE use::
406 406
407 $ sudo service apache2 restart 407 $ sudo service apache2 restart
408 408