From 5dd4d9840471ef65dc859692c8d34c3a2932af46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Koudelka?= Date: Sun, 30 Oct 2016 13:37:43 +0100 Subject: [PATCH] Howto install prerequisite for CentOS 7 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1868de3..707b3a2 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,16 @@ Administrate its OpenVPN with a web interface (logs visualisations, users managi # ln -s /usr/bin/nodejs /usr/bin/node ```` +### CentOS 7 + +```` +# yum install epel-release +# yum install openvpn httpd php-mysql mariadb-server php nodejs unzip git wget sed npm +# npm install -g bower +# systemctl enable mariadb +# systemctl start mariadb +```` + ### Other distribution... (PR welcome) ## Tests