From 869f1f950d63988ab87e6eb6fc52ca768b1d5127 Mon Sep 17 00:00:00 2001 From: stevo Date: Fri, 27 Jul 2018 08:00:10 +0000 Subject: [PATCH] =?UTF-8?q?'README.md'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index b16325f..a47fae0 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,16 @@ -############################################################################### # docker image for lava server -############################################################################### +## Requirements -lava: - linux: debian Stretch 9.0 +| Description | Status | comment | +| -------- | -------- | -------- | +| image based on debian:9 Official | ready | | +| lava version 2018.02 | ready | | +| usage of seperate image for postsql | open | optional| -deb https://images.validation.linaro.org/production-repo stretch-backports main -wget https://images.validation.linaro.org/staging-repo/staging-repo.key.asc -apt-key add staging-repo.key.asc -apt install postgresql -apt install lava-server - -a2dissite 000-default -a2enmod proxy -a2enmod proxy_http -a2ensite lava-server.conf -service apache2 restart - - -################### build lava container