Add installation command lines for debian jessie

This commit is contained in:
SansPseudoFix 2016-09-12 23:33:38 +02:00
parent 081e4dd35b
commit 4cc3a568d5

View File

@ -21,6 +21,16 @@ Administrate its OpenVPN with a web interface (logs visualisations, users managi
* wget * wget
* sed * 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 ## Tests
Only tested on Debian Jessie. Feel free to open issues. Only tested on Debian Jessie. Feel free to open issues.