Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
28f44e1f
Commit
28f44e1f
authored
Nov 06, 2014
by
Igor Pečovnik
Browse files
added varnish
parent
7b4267c7
Changes
1
Show whitespace changes
Inline
Side-by-side
functions.sh
View file @
28f44e1f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment