Commit 28f44e1f authored by Igor Pečovnik's avatar Igor Pečovnik
Browse files

added varnish

parent 7b4267c7
......@@ -31,6 +31,19 @@ mv * /usr/share/nginx/www
}
install_varnish (){
#--------------------------------------------------------------------------------------------------------------------------------
# Install high-performance HTTP accelerator
#--------------------------------------------------------------------------------------------------------------------------------
apt-get -y -qq install python-docutils python-sphinx automake autotools-dev libjemalloc-dev libtool pkg-config libncurses-dev libpcre3-dev libedit-dev
git clone https://github.com/varnish/Varnish-Cache /tmp/varnish
cd /tmp/varnish
./autogen.sh
./configure
make && make install
}
install_tvheadend (){
#--------------------------------------------------------------------------------------------------------------------------------
# TVheadend
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment