Skip to content

Commit

Permalink
Merge pull request #4254 from muxuezi/patch-2
Browse files Browse the repository at this point in the history
Ubuntu 16.04 should stop apache2 service first to install nginx
  • Loading branch information
wardi committed May 17, 2018
2 parents c5027c8 + 57ffb0b commit 4e018d9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/maintaining/installing/install-from-package.rst
Expand Up @@ -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:

Expand Down

0 comments on commit 4e018d9

Please sign in to comment.