Skip to content

Commit

Permalink
[#968] Follow Debian convention for naming the CKAN package
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 4, 2013
1 parent c1ab09c commit f3d66d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/install-from-package.rst
Expand Up @@ -24,7 +24,7 @@ CKAN:

#. Download the CKAN package::

wget http://packaging.ckan.org/python-ckan-2.0_amd64.deb
wget http://packaging.ckan.org/python-ckan_2.0_amd64.deb

.. note:: If ``wget`` is not present, you can install it
via::
Expand All @@ -33,7 +33,7 @@ CKAN:

#. Install the CKAN package::

sudo dpkg -i python-ckan-2.0_amd64.deb
sudo dpkg -i python-ckan_2.0_amd64.deb

.. note:: If you get the following error it means that for some reason the
Apache WSGI module was not enabled::
Expand Down

0 comments on commit f3d66d6

Please sign in to comment.