Merge pull request #21 from SansPseudoFix/debian-dependencies

Add installation command lines for debian jessie
This commit is contained in:
Bigard Florian 2016-09-13 18:54:38 +02:00 committed by GitHub
commit b966675393

View File

@ -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.