mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-09 19:44:07 +00:00
Merge pull request #1193 from mtmail/postgresql-10-postgis-scripts
also install postgis.control for postgresql-10
This commit is contained in:
@@ -28,7 +28,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
|
|||||||
libboost-filesystem-dev libexpat1-dev zlib1g-dev libxml2-dev \
|
libboost-filesystem-dev libexpat1-dev zlib1g-dev libxml2-dev \
|
||||||
libbz2-dev libpq-dev libproj-dev \
|
libbz2-dev libpq-dev libproj-dev \
|
||||||
postgresql-server-dev-10 postgresql-10-postgis-2.4 \
|
postgresql-server-dev-10 postgresql-10-postgis-2.4 \
|
||||||
postgresql-contrib-10 \
|
postgresql-contrib-10 postgresql-10-postgis-scripts \
|
||||||
apache2 php php-pgsql libapache2-mod-php php-pear php-db \
|
apache2 php php-pgsql libapache2-mod-php php-pear php-db \
|
||||||
php-intl git
|
php-intl git
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
|
|||||||
# ---------------------
|
# ---------------------
|
||||||
#
|
#
|
||||||
# Tune the postgresql configuration, which is located in
|
# Tune the postgresql configuration, which is located in
|
||||||
# `/etc/postgresql/9.5/main/postgresql.conf`. See section *Postgres Tuning* in
|
# `/etc/postgresql/10/main/postgresql.conf`. See section *Postgres Tuning* in
|
||||||
# [the installation page](../admin/Installation.md#postgresql-tuning)
|
# [the installation page](../admin/Installation.md#postgresql-tuning)
|
||||||
# for the parameters to change.
|
# for the parameters to change.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user