[ckan-changes] [ckan/ckan] 57ffb0: stop apache2 service to install nginx
GitHub
noreply at github.com
Thu May 17 13:14:59 UTC 2018
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 57ffb0b2d4a97e1464c0538bfbaf71fc8664a88d
https://github.com/ckan/ckan/commit/57ffb0b2d4a97e1464c0538bfbaf71fc8664a88d
Author: Todd Tao <tjunj at 126.com>
Date: 2018-05-16 (Wed, 16 May 2018)
Changed paths:
M doc/maintaining/installing/install-from-package.rst
Log Message:
-----------
stop apache2 service to install nginx
#. 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
Commit: 4e018d913370ca809ec723319d9e1ad69e271f19
https://github.com/ckan/ckan/commit/4e018d913370ca809ec723319d9e1ad69e271f19
Author: Ian Ward <ian at excess.org>
Date: 2018-05-17 (Thu, 17 May 2018)
Changed paths:
M doc/maintaining/installing/install-from-package.rst
Log Message:
-----------
Merge pull request #4254 from muxuezi/patch-2
Ubuntu 16.04 should stop apache2 service first to install nginx
Compare: https://github.com/ckan/ckan/compare/c5027c857b6e...4e018d913370
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the ckan-changes
mailing list