mirror of https://github.com/Aidaho12/haproxy-wi
parent
34e61fe739
commit
0755a32348
|
@ -8,6 +8,9 @@ Support the project
|
||||||
# Youtube
|
# Youtube
|
||||||
[Demo video](https://www.youtube.com/channel/UCo0lCg24j-H4f0S9kMjp-_w)
|
[Demo video](https://www.youtube.com/channel/UCo0lCg24j-H4f0S9kMjp-_w)
|
||||||
|
|
||||||
|
# Demo site
|
||||||
|
[Demo site] (https://178.57.218.185) Login/password: admin/admin. Server resets every hour.
|
||||||
|
|
||||||
# Twitter
|
# Twitter
|
||||||
Began to lead a [Twitter](https://twitter.com/haproxy_wi), subscribe! I will write there about all the changes and news
|
Began to lead a [Twitter](https://twitter.com/haproxy_wi), subscribe! I will write there about all the changes and news
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ if hash apt-get 2>/dev/null; then
|
||||||
sudo apt-get install haproxy socat -y
|
sudo apt-get install haproxy socat -y
|
||||||
else
|
else
|
||||||
#wget http://cbs.centos.org/kojifiles/packages/haproxy/1.8.1/5.el7/x86_64/haproxy18-1.8.1-5.el7.x86_64.rpm
|
#wget http://cbs.centos.org/kojifiles/packages/haproxy/1.8.1/5.el7/x86_64/haproxy18-1.8.1-5.el7.x86_64.rpm
|
||||||
wget http://au1.mirror.crc.id.au/repo/el7-extra/x86_64/haproxy-1.9.7-1.el7.x86_64.rpm
|
wget http://au1.mirror.crc.id.au/repo/el7-extra/x86_64/haproxy-2.0.3-2.el7.x86_64.rpm
|
||||||
#sudo yum install haproxy18-1.8.1-5.el7.x86_64.rpm -y
|
#sudo yum install haproxy18-1.8.1-5.el7.x86_64.rpm -y
|
||||||
sudo yum install haproxy-1.9.1-1.el7.x86_64.rpm -y
|
sudo yum install haproxy-1.9.1-1.el7.x86_64.rpm -y
|
||||||
fi
|
fi
|
||||||
|
@ -44,7 +44,7 @@ if [ $? -eq 1 ]
|
||||||
then
|
then
|
||||||
sudo yum install wget socat -y > /dev/null
|
sudo yum install wget socat -y > /dev/null
|
||||||
#wget http://cbs.centos.org/kojifiles/packages/haproxy/1.8.1/5.el7/x86_64/haproxy18-1.8.1-5.el7.x86_64.rpm
|
#wget http://cbs.centos.org/kojifiles/packages/haproxy/1.8.1/5.el7/x86_64/haproxy18-1.8.1-5.el7.x86_64.rpm
|
||||||
wget http://au1.mirror.crc.id.au/repo/el7-extra/x86_64/haproxy-1.9.1-1.el7.x86_64.rpm
|
wget http://au1.mirror.crc.id.au/repo/el7-extra/x86_64/haproxy-2.0.3-2.el7.x86_64.rpm
|
||||||
#sudo yum install haproxy18-1.8.1-5.el7.x86_64.rpm -y
|
#sudo yum install haproxy18-1.8.1-5.el7.x86_64.rpm -y
|
||||||
sudo yum install haproxy-1.9.1-1.el7.x86_64.rpm -y
|
sudo yum install haproxy-1.9.1-1.el7.x86_64.rpm -y
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue