From 571dbfc1b066f253fcfedd45b6b63d2fac6add3b Mon Sep 17 00:00:00 2001
From: Corentin LABBE <clabbe@baylibre.com>
Date: Mon, 17 Sep 2018 14:54:36 +0200
Subject: README: enhance documentation on dependencies and CSRF issues

This patch add the missing pyyaml requirement in the documentation,
fixing issue #31 in the process.
Note that this patch adds also a requirements.txt for easy pip install.

This patch also a note on http_fqdn stating this option as necessary
when using https.
---
 lava-master/Dockerfile | 1 -
 1 file changed, 1 deletion(-)

(limited to 'lava-master')

diff --git a/lava-master/Dockerfile b/lava-master/Dockerfile
index 1270e32..d824135 100644
--- a/lava-master/Dockerfile
+++ b/lava-master/Dockerfile
@@ -18,7 +18,6 @@ COPY scripts/setup.sh /
 # warning the address used must be network accessible by all slave
 #RUN sed -i 's,^.*http_proxy:.*,  http_proxy: http://squid:3128,' /etc/lava-server/env.yaml
 
-#comment this if you do HTTPS (For reenabling CSRF cookie)
 COPY settings.conf /etc/lava-server/
 
 COPY device-types-patch/ /root/device-types-patch/
-- 
cgit