diff --git a/doc/maintaining/installing/install-from-package.rst b/doc/maintaining/installing/install-from-package.rst index 37125251238..43ebfd43ba2 100644 --- a/doc/maintaining/installing/install-from-package.rst +++ b/doc/maintaining/installing/install-from-package.rst @@ -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: diff --git a/doc/maintaining/installing/install-from-source.rst b/doc/maintaining/installing/install-from-source.rst index 4bcc247ca26..dcb94d7c7ba 100644 --- a/doc/maintaining/installing/install-from-source.rst +++ b/doc/maintaining/installing/install-from-source.rst @@ -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 @@ -42,6 +42,7 @@ Git `A distributed version control system `_ Jetty `An HTTP server `_ (used for Solr). OpenJDK 6 JDK `The Java Development Kit `_ +Redis `An in-memory data structure store `_ ===================== ===============================================