From 1c8c081039e7e2b2cffc6e48a3bec05bf4e8eed4 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 3 Sep 2018 16:19:34 +0200 Subject: [PATCH] DOC: install: Add newer OSs instructions fixes certtools/intelmq#168 --- CHANGELOG.md | 1 + docs/INSTALL.md | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a550c52..13dc555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ CHANGELOG ### Documentation - Add a FAQ and add a section about the docker issue #160. +- Add instructions for Debian 9, Ubuntu 18.04, and openSUSE Leap 42.3, 15.0 (#168). ### Third-party libraries diff --git a/docs/INSTALL.md b/docs/INSTALL.md index ef20788..ae7d5f5 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -46,12 +46,18 @@ If you are using native packages, you can simply skip this section as all depend apt-get install git apache2 php5 libapache2-mod-php5 ``` -## Ubuntu 16.04 +## Ubuntu 16.04 / Debian 9 ```bash apt-get install git apache2 php libapache2-mod-php7.0 ``` +## Ubuntu 18.04 + +```bash +apt-get install git apache2 php libapache2-mod-php7.2 +``` + ## CentOS 7 ```bash @@ -59,7 +65,7 @@ yum install epel-release yum install git httpd httpd-tools php ``` -## openSUSE Leap 42.2 +## openSUSE Leap 42.2 / 42.3 / 15.0 ```bash yum install git apache2 apache2-utils apache2-mod_php7