From 1da77b8def44e7e52ea5fb3cd9006122669d635a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20de=20Celis=20Hern=C3=A1ndez?= Date: Thu, 22 Mar 2018 10:11:43 +0100 Subject: [PATCH] =?UTF-8?q?Update=20README=20with=20Debian=209=20Stretch?= =?UTF-8?q?=20=E2=84=B9=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 437719b..bc5cf05 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Administrate its OpenVPN with a web interface (logs visualisations, users managi * sed * curl -### Debian Jessie +### Debian 8 Jessie ```` # apt-get install openvpn apache2 php5-mysql mysql-server php5 nodejs unzip git wget sed npm curl @@ -30,6 +30,14 @@ Administrate its OpenVPN with a web interface (logs visualisations, users managi # ln -s /usr/bin/nodejs /usr/bin/node ```` +### Debian 9 Stretch + +```` +# apt-get install openvpn openvpn apache2 php-mysql mysql-server php-zip php nodejs unzip git wget sed npm curl +# npm install -g bower +# ln -s /usr/bin/nodejs /usr/bin/node +```` + ### CentOS 7 ````