recommend latest redis

This commit is contained in:
Sam 2013-07-18 09:11:20 +10:00
parent a97c093434
commit ad72f96a59
1 changed files with 7 additions and 1 deletions

View File

@ -43,7 +43,13 @@ If you have a mail server responsible for handling the egress of email from your
Install necessary packages:
# Run these commands as your normal login (e.g. "michael")
sudo apt-get -y install build-essential libssl-dev libyaml-dev git libtool libxslt-dev libxml2-dev redis-server libpq-dev gawk curl pngcrush
sudo apt-get -y install build-essential libssl-dev libyaml-dev git libtool libxslt-dev libxml2-dev libpq-dev gawk curl pngcrush
## Install latest stable redis, package in distro may be a bit old
sudo add-apt-repository ppa:rwky/redis
sudo apt-get update
sudo apt-get install redis-server
## Web Server Option: nginx