From 3826377f0180041e71674153d0db828e0ad119b6 Mon Sep 17 00:00:00 2001 From: emeric Date: Sat, 21 Nov 2015 12:06:01 +0100 Subject: [PATCH] [DOC] Updated readme to get the proper mobile rendering --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76a47db4..ff89fca0 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,15 @@ $ /usr/bin/lms --docroot='/usr/share/lms/docroot/;/resources,/css,/images' --app It is highly recommended to run LMS as a non root user. The exectuable needs write accesses to the /var/lms/ directory. +## Mobile + +Add the following code in your wt_config.xml file: +``` + + true + +``` + ## Setting up SSL materials (optional) Here is just a self signed certificate example, you could do use a CA if you want. @@ -70,4 +79,5 @@ Depending on your SSL parameters, you may be asked for the PEM passphrase to unl - Wt (http://www.webtoolkit.eu/) - bootstrap3 (http://getbootstrap.com/) -- libav project (https://www.libav.org/). +- libav project (https://www.libav.org/) +- Magick++ (http://www.imagemagick.org/Magick++/)