Update README.md

pull/161/head
Pavel Loginov 2019-10-09 15:25:55 +03:00 committed by GitHub
parent 3b1a672ca2
commit aa59cf15db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 8 deletions

View File

@ -65,6 +65,9 @@ After install HAProxy-WI:
```
yum install haproxy-wi
```
#### Before uses RPM repository you should donate to support project on [Patreon](https://www.patreon.com/haproxy_wi/overview) or on [PayPal](https://www.paypal.me/loginovpavel) and I will send you credentials for access
## Script
The installer will ask you a few questions
```
@ -134,14 +137,7 @@ For Apache do virtualhost with cgi-bin. Like this:
</FilesMatch>
</VirtualHost>
```
# Docker
```
docker service create --detach=false --name haproxy-wi --mount type=volume,src=haproxy-wi,dst=/var/www/haproxy-wi/app -p 8080:443 aidaho/haproxy-wi
```
or
```
docker run -d --name haproxy-wi -v haproxy-wi:/var/www/haproxy-wi/app -p 8080:443 aidaho/haproxy-wi
```
# OS support
HAProxy-WI was tested on EL 7, and all scripts too. Debian/Ubuntu OS support at 'beta' stage, may work not correct