Template:Installation/Ubuntu/RedisPPA: Difference between revisions
(+cat) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
==== redis-server ==== | |||
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] | 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] | ||
Line 6: | Line 7: | ||
sudo apt-get update && sudo apt-get install redis-server | sudo apt-get update && sudo apt-get install redis-server | ||
|lang=bash}} | |lang=bash}} | ||
[[Category:Templates]] |
Latest revision as of 07:41, 16 August 2017
redis-server
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