X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/9afebddb16b09e09fa9a74624dcd79475b476f10..df15f13c628a3e15dee4bcad44e97b2cacb40b9f:/README.md diff --git a/README.md b/README.md index d4bb0936..d5041d46 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://github.com/osm-search/Nominatim/workflows/CI%20Tests/badge.svg)](https://github.com/osm-search/Nominatim/actions?query=workflow%3A%22CI+Tests%22) +[![codecov](https://codecov.io/gh/osm-search/Nominatim/branch/master/graph/badge.svg?token=8P1LXrhCMy)](https://codecov.io/gh/osm-search/Nominatim) Nominatim ========= @@ -19,14 +20,6 @@ https://nominatim.org/release-docs/develop/ . Installation ============ -**Nominatim is a complex piece of software and runs in a complex environment. -Installing and running Nominatim is something for experienced system -administrators only who can do some trouble-shooting themselves. We are sorry, -but we can not provide installation support. We are all doing this in our free -time and there is just so much of that time to go around. Do not open issues in -our bug tracker if you need help. Use the discussions forum -or ask for help on [help.openstreetmap.org](https://help.openstreetmap.org/).** - The latest stable release can be downloaded from https://nominatim.org. There you can also find [installation instructions for the release](https://nominatim.org/release-docs/latest/admin/Installation), as well as an extensive [Troubleshooting/FAQ section](https://nominatim.org/release-docs/latest/admin/Faq/). @@ -41,12 +34,13 @@ A quick summary of the necessary steps: cd build cmake .. make + sudo make install 2. Create a project directory, get OSM data and import: mkdir nominatim-project cd nominatim-project - ~/build/nominatim import --osm-file + nominatim import --osm-file 3. Point your webserver to the nominatim-project/website directory.