Template:Installation/Ubuntu/RedisPPA: Difference between revisions

From diaspora* project wiki
(Switch PPA since previous one has bumped redis to 3.x which doesn't seem to work)
(Undo revision 4363 by Jaywink (talk) - False alarm, Redis 3.x should be fine)
Line 1: Line 1:


diaspora* needs redis-server >= 2.6 to work properly. Precise comes with 2.2, you can install the latest version using [https://launchpad.net/~rwky/+archive/ubuntu/redis-legacy this ppa]
diaspora* needs redis-server >= 2.6 to work properly. Precise comes with 2.2, you can install the latest version using [https://launchpad.net/~chris-lea/+archive/redis-server this ppa]


{{#tag:syntaxhighlight|
{{#tag:syntaxhighlight|
sudo apt-add-repository ppa:rwky/redis-legacy
sudo apt-add-repository ppa:chris-lea/redis-server
sudo apt-get update && sudo apt-get install redis-server
sudo apt-get update && sudo apt-get install redis-server
|lang=bash}}
|lang=bash}}

Revision as of 19:33, 11 November 2015

diaspora* needs redis-server >= 2.6 to work properly. Precise comes with 2.2, you can install the latest version using this ppa

sudo apt-add-repository ppa:chris-lea/redis-server
sudo apt-get update && sudo apt-get install redis-server