Skip to content

Commit

Permalink
Merge pull request #3201 from ckan/git-install
Browse files Browse the repository at this point in the history
Add git into package install
  • Loading branch information
amercader committed Aug 12, 2016
2 parents 0a3ea4b + 85f7414 commit 7fceb6d
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 7fceb6d

Please sign in to comment.