diff --git a/doc/maintaining/installing/install-from-package.rst b/doc/maintaining/installing/install-from-package.rst index d552cf3d780..21b057a3e83 100644 --- a/doc/maintaining/installing/install-from-package.rst +++ b/doc/maintaining/installing/install-from-package.rst @@ -47,7 +47,13 @@ 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 redis-server git-core + sudo apt-get install -y apache2 libapache2-mod-wsgi libpq5 redis-server git-core + +#. Then stop apache2 service to install nginx + + sudo service apache2 stop + + sudo apt-get install -y nginx #. Download the CKAN package: