summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-07-12 10:14:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-19 15:04:50 +0100
commit2134659165512c33c586b4e60ede2293e935671e (patch)
tree2b60ba26b140f63bd52407c51e45d20dd017b356 /documentation/toaster-manual
parentb094b97c4ab84ca82d9b897613c4135a29f2e6d8 (diff)
downloadpoky-2134659165512c33c586b4e60ede2293e935671e.tar.gz
toaster-manual: update list of packages
Changed mod_wsgi package names as Toaster requires python 3 version of mod_wsgi. Added missing python3-pip, mariadb-server, mariadb-devel and python3-devel to the list of packages for Fedora. (From yocto-docs rev: 8a2da9855c0ed5dd137808fa976cbe707048551e) 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.xml4
1 files changed, 2 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 9c06450c39..25a5f0c877 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -215,14 +215,14 @@
215 <listitem><para> 215 <listitem><para>
216 If you are using Ubuntu 16.04, 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-py3 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 24 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 python3-mod_wsgi python3-pip mariadb-server mariadb-devel python3-devel
226 </literallayout> 226 </literallayout>
227 </para></listitem> 227 </para></listitem>
228 </itemizedlist> 228 </itemizedlist>