forked from hans/Nominatim
@@ -35,8 +35,8 @@ For compiling:
|
|||||||
|
|
||||||
For running Nominatim:
|
For running Nominatim:
|
||||||
|
|
||||||
* [PostgreSQL](https://www.postgresql.org) (9.3 or later)
|
* [PostgreSQL](https://www.postgresql.org) (9.3 - 11)
|
||||||
* [PostGIS](https://postgis.org) (2.2 or later)
|
* [PostGIS](https://postgis.org) (2.2 - 2.5)
|
||||||
* [Python 3](https://www.python.org/)
|
* [Python 3](https://www.python.org/)
|
||||||
* [Psycopg2](https://initd.org/psycopg)
|
* [Psycopg2](https://initd.org/psycopg)
|
||||||
* [PHP](https://php.net) (7.0 or later)
|
* [PHP](https://php.net) (7.0 or later)
|
||||||
@@ -44,6 +44,10 @@ For running Nominatim:
|
|||||||
* PHP-intl (bundled with PHP)
|
* PHP-intl (bundled with PHP)
|
||||||
* a webserver (apache or nginx are recommended)
|
* a webserver (apache or nginx are recommended)
|
||||||
|
|
||||||
|
!!! danger "Important"
|
||||||
|
Postgresql 12+ and Postgis 3.0+ are known to cause performance issues. They are
|
||||||
|
not recommended for a production installation at the moment.
|
||||||
|
|
||||||
For running continuous updates:
|
For running continuous updates:
|
||||||
|
|
||||||
* [pyosmium](https://osmcode.org/pyosmium/) (with Python 3)
|
* [pyosmium](https://osmcode.org/pyosmium/) (with Python 3)
|
||||||
|
|||||||
Reference in New Issue
Block a user