Skip to content

Commit

Permalink
Add git into package install, so that it is the same as the source in…
Browse files Browse the repository at this point in the history
…stall in this respect. You need git to install nearly all extensions. (Discussed in ckan/ckanext-harvest#260 )
  • Loading branch information
David Read committed Aug 11, 2016
1 parent 0a3ea4b commit 85f7414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/maintaining/installing/install-from-package.rst
Expand Up @@ -27,9 +27,9 @@ CKAN:

sudo apt-get update

#. Install the Ubuntu packages that CKAN requires::
#. 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
sudo apt-get install -y nginx apache2 libapache2-mod-wsgi libpq5 git-core

#. Download the CKAN package:

Expand Down

0 comments on commit 85f7414

Please sign in to comment.