Updated Home123 (markdown)

master
Pavel Loginov 2018-08-21 21:39:36 +06:00
parent 31905ef53c
commit ff1141a9c2
2 changed files with 7 additions and 1 deletions

@ -1 +0,0 @@
Welcome to the haproxy-wi wiki!

7
Install.md Normal file

@ -0,0 +1,7 @@
The installer will ask you a few questions
```
$ git clone https://github.com/Aidaho12/haproxy-wi.git /var/www/haproxy-wi
$ cd /var/www/haproxy-wi
$ chmod +x install.sh
$ sudo ./install
```