Skip to content

Commit

Permalink
DOC: install: Add newer OSs instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Sep 3, 2018
1 parent 5a9b95e commit 1c8c081
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 8 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,26 @@ 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
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
Expand Down

0 comments on commit 1c8c081

Please sign in to comment.