From 4cc3a568d57cc00bd93aafef4c2e8bf467372e69 Mon Sep 17 00:00:00 2001 From: SansPseudoFix Date: Mon, 12 Sep 2016 23:33:38 +0200 Subject: [PATCH] Add installation command lines for debian jessie --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 75be53d..1868de3 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,16 @@ Administrate its OpenVPN with a web interface (logs visualisations, users managi * wget * sed +### Debian Jessie + +```` +# apt-get install openvpn apache2 php5-mysql mysql-server php5 nodejs unzip git wget sed npm +# npm install -g bower +# ln -s /usr/bin/nodejs /usr/bin/node +```` + +### Other distribution... (PR welcome) + ## Tests Only tested on Debian Jessie. Feel free to open issues.