Browse Source

Improve README presentation

feature/ldap
Chocobozzz 9 years ago
parent
commit
c6b626077b
  1. 6
      README.md

6
README.md

@ -18,7 +18,7 @@ Administrate its OpenVPN with a web interface (logs visualisations, users managi
* unzip * unzip
* wget * wget
* sed * sed
## Tests ## Tests
Only tested on Debian Jessie. Feel free to open issues. Only tested on Debian Jessie. Feel free to open issues.
@ -33,7 +33,7 @@ Only tested on Debian Jessie. Feel free to open issues.
# ./install.sh www_base_dir web_user web_group # ./install.sh www_base_dir web_user web_group
* Setup the web server (Apache, NGinx...) to serve the web application. * Setup the web server (Apache, NGinx...) to serve the web application.
* Create the admin of the web application by visiting http://your-installation/index.php?installation * Create the admin of the web application by visiting `http://your-installation/index.php?installation`
## Usage ## Usage
@ -48,7 +48,7 @@ Only tested on Debian Jessie. Feel free to open issues.
$ git pull origin master $ git pull origin master
# ./update.sh www_base_dir # ./update.sh www_base_dir
## Desinstall ## Desinstall
It will remove all installed components (OpenVPN keys and configurations, the web application, iptables rules...). It will remove all installed components (OpenVPN keys and configurations, the web application, iptables rules...).

Loading…
Cancel
Save