Browse Source

'README.md' ändern

stevo 5 years ago
parent
commit
869f1f950d
1 changed files with 6 additions and 18 deletions
  1. 6 18
      README.md

+ 6 - 18
README.md View File

@@ -1,28 +1,16 @@
1
-###############################################################################
2 1
 # docker image for lava server
3
-###############################################################################
2
+## Requirements
4 3
 
5
-lava: 
6
-	linux: debian Stretch 9.0
4
+| Description | Status | comment |
5
+| -------- | -------- | -------- |
6
+| image based on debian:9 Official     | ready     |      |
7
+| lava version 2018.02 | ready | |
8
+| usage of seperate image for postsql | open | optional|
7 9
 
8 10
 
9
-deb https://images.validation.linaro.org/production-repo stretch-backports main
10 11
 
11
-wget https://images.validation.linaro.org/staging-repo/staging-repo.key.asc
12
-apt-key add staging-repo.key.asc
13 12
 
14
-apt install postgresql
15 13
 
16
-apt install lava-server
17
-
18
-a2dissite 000-default
19
-a2enmod proxy
20
-a2enmod proxy_http
21
-a2ensite lava-server.conf
22
-service apache2 restart
23
-
24
-
25
-###################
26 14
 
27 15
 build lava container
28 16