diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index c70b91e016..9c06450c39 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml @@ -213,13 +213,13 @@ Use the Mysql database server. - If you are using Ubuntu 14.04.3, run the following: + If you are using Ubuntu 16.04, run the following: $ sudo apt-get install apache2 libapache2-mod-wsgi mysql-server python3-pip libmysqlclient-dev - If you are using Fedora 22 or a RedHat distribution, run + If you are using Fedora 24 or a RedHat distribution, run the following: $ sudo dnf install httpd mod_wsgi gcc mysql-devel @@ -239,6 +239,7 @@ Create toaster user and set its home directory to /var/www/toaster. Change to that home directory: + $ sudo /usr/sbin/useradd toaster -md /var/www/toaster -s /bin/false $ sudo su - toaster -s /bin/bash