Skip to content

Commit

Permalink
stop apache2 service to install nginx
Browse files Browse the repository at this point in the history
#. Install the Ubuntu packages that CKAN requires (and 'git', to enable you to install CKAN extensions)::

    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
  • Loading branch information
Todd Tao committed May 16, 2018
1 parent 220831d commit 57ffb0b
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 57ffb0b

Please sign in to comment.