Skip to content

Commit

Permalink
[#2977] Add Redis to installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
torfsen committed Sep 12, 2016
1 parent e0afc7c commit 7ded147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/maintaining/installing/install-from-package.rst
Expand Up @@ -29,7 +29,7 @@ CKAN:

#. Install the Ubuntu packages that CKAN requires (and 'git', to enable you to install CKAN extensions)::

sudo apt-get install -y nginx apache2 libapache2-mod-wsgi libpq5 git-core
sudo apt-get install -y nginx apache2 libapache2-mod-wsgi libpq5 redis-server git-core

#. Download the CKAN package:

Expand Down
3 changes: 2 additions & 1 deletion doc/maintaining/installing/install-from-source.rst
Expand Up @@ -23,7 +23,7 @@ work on CKAN.
If you're using a Debian-based operating system (such as Ubuntu) install the
required packages with this command::

sudo apt-get install python-dev postgresql libpq-dev python-pip python-virtualenv git-core solr-jetty openjdk-6-jdk
sudo apt-get install python-dev postgresql libpq-dev python-pip python-virtualenv git-core solr-jetty openjdk-6-jdk redis-server

If you're not using a Debian-based operating system, find the best way to
install the following packages on your operating system (see
Expand All @@ -42,6 +42,7 @@ Git `A distributed version control system <http://book.git-sc
Apache Solr `A search platform <http://lucene.apache.org/solr>`_
Jetty `An HTTP server <http://jetty.codehaus.org/jetty/>`_ (used for Solr).
OpenJDK 6 JDK `The Java Development Kit <http://openjdk.java.net/install/>`_
Redis `An in-memory data structure store <http://redis.io/>`_
===================== ===============================================


Expand Down

0 comments on commit 7ded147

Please sign in to comment.