Install the DirectAdmin Varnish Plugin!

nando89

Verified User
Joined
Mar 14, 2018
Messages
36
Install the DirectAdmin Varnish Plugin


HOW-TO: Install DirectAdmin Varnish UNIXy plugin!

URL: https://www.unixy.net/varnish/

#
Code:
sudo cd /usr/src

#
Code:
sudo file varnish.unixy.net-1.1b.tar.zip

#
Code:
sudo tar -xzf varnish.unixy.net-1.1b.tar.zip

#
Code:
sudo cd varnish.unixy.net-1.1b

#
Code:
sudo vi unixyvarnish.license
Enter the license key string in this file before proceeding

#
Code:
sudo python installvarnish

Configure EPEL in production!


A tip:

#
Code:
sudo yum -y install epel-release

#
Code:
sudo yum repolist

#
Code:
sudo sed -i.bak 's/enabled=1/enabled=0/g' /etc/yum.repos.d/epel.repo

#
Code:
sudo cat /etc/yum.repos.d/epel.repo

#
Code:
sudo yum -y install --enablerepo=epel "name of the package to be installed"

Regards.
 
Back
Top