diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-07-12 10:11:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-19 15:04:49 +0100 |
commit | b094b97c4ab84ca82d9b897613c4135a29f2e6d8 (patch) | |
tree | 0342f2a3410743487762afa54db5c7a0800d61e0 /documentation/toaster-manual | |
parent | 64b8e17892e6415e155dd014ef05239e56bde5be (diff) | |
download | poky-b094b97c4ab84ca82d9b897613c4135a29f2e6d8.tar.gz |
toaster-manual: update distro versions
Changed Ubuntu and Fedora versions to the latest ones.
(From yocto-docs rev: 50a7d0110e9f8c7c3c8c8c5b6e3a1495c9f9ff79)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-setup-and-use.xml | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ | |||
213 | Use the Mysql database server. | 213 | Use the Mysql database server. |
214 | </para></listitem> | 214 | </para></listitem> |
215 | <listitem><para> | 215 | <listitem><para> |
216 | If you are using Ubuntu 14.04.3, run the following: | 216 | If you are using Ubuntu 16.04, run the following: |
217 | <literallayout class='monospaced'> | 217 | <literallayout class='monospaced'> |
218 | $ sudo apt-get install apache2 libapache2-mod-wsgi mysql-server python3-pip libmysqlclient-dev | 218 | $ sudo apt-get install apache2 libapache2-mod-wsgi mysql-server python3-pip libmysqlclient-dev |
219 | </literallayout> | 219 | </literallayout> |
220 | </para></listitem> | 220 | </para></listitem> |
221 | <listitem><para> | 221 | <listitem><para> |
222 | If you are using Fedora 22 or a RedHat distribution, run | 222 | If you are using Fedora 24 or a RedHat distribution, run |
223 | the following: | 223 | the following: |
224 | <literallayout class='monospaced'> | 224 | <literallayout class='monospaced'> |
225 | $ sudo dnf install httpd mod_wsgi gcc mysql-devel | 225 | $ sudo dnf install httpd mod_wsgi gcc mysql-devel |
@@ -239,6 +239,7 @@ | |||
239 | Create toaster user and set its home directory to | 239 | Create toaster user and set its home directory to |
240 | <filename>/var/www/toaster</filename>. | 240 | <filename>/var/www/toaster</filename>. |
241 | Change to that home directory: | 241 | Change to that home directory: |
242 | <literallayout class='monospaced'> | ||
242 | $ sudo /usr/sbin/useradd toaster -md /var/www/toaster -s /bin/false | 243 | $ sudo /usr/sbin/useradd toaster -md /var/www/toaster -s /bin/false |
243 | $ sudo su - toaster -s /bin/bash | 244 | $ sudo su - toaster -s /bin/bash |
244 | </literallayout> | 245 | </literallayout> |