Skip to content

Commit

Permalink
Merge branch 'master' of github.com:certtools/intelmq-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Sep 25, 2018
2 parents a9a118d + 8155b3d commit 929f54c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
2. [Install Dependencies](#install-dependencies)
* [Ubuntu 14.04 / Debian 8](#ubuntu-1404--debian-8)
* [Ubuntu 16.04](#ubuntu-1604)
* [Ubuntu 18.04](#ubuntu-1804)
* [CentOS 7](#centos-7)
* [openSUSE Leap 42.2](#opensuse-leap-422)
3. [Installation](#installation)
Expand Down Expand Up @@ -52,6 +53,12 @@ apt-get install git apache2 php5 libapache2-mod-php5
apt-get install git apache2 php libapache2-mod-php7.0
```

## Ubuntu 18.04

```bash
apt-get install git apache2 php libapache2-mod-php
```

## CentOS 7

```bash
Expand Down

0 comments on commit 929f54c

Please sign in to comment.