From bbe760550b2850a0ac6c96f20956134f044b4f98 Mon Sep 17 00:00:00 2001 From: emeric Date: Mon, 1 Dec 2014 13:05:06 +0100 Subject: [PATCH] Updated README --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 2c070d00..2379dfc6 100644 --- a/README +++ b/README @@ -53,7 +53,9 @@ In the build directory: Create the lms.conf file using the etc/lms.sample.conf - "ui.resources.approot" has to refer to the ui/approot/ directory. -- "ui.resources.docroot" has to refer to Wt's docroot (usually located in /usr/share/Wt) +- "ui.resources.docroot" has to refer to the ui/docroot/ directory +You must also link Wt's docroot (usually located in /usr/share/Wt) into that directory. Example: +# ln -s /var/lms/docroot/resources /usr/share/Wt/resources Depending on your SSL parameters, you may be asked for the PEM passphrase to unlock the private key.