]> git.openstreetmap.org Git - nominatim.git/commit
replace make serve with nominatim serve command
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 3 Feb 2021 15:17:46 +0000 (16:17 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 3 Feb 2021 15:34:31 +0000 (16:34 +0100)
commit0b2abfb11570de36fd73a6c43c333aeb78d42a97
tree724c4e7a7b06567b25cebece8f58222b76a92067
parentb2f8fb620175157d97254a4163f6c5bba62199db
replace make serve with nominatim serve command

With the website directory now tied to the project directory instead
of the build directory, it is no longer possible to use make for
running the web server.
CMakeLists.txt
docs/admin/Import.md
nominatim/cli.py
nominatim/tools/exec_utils.py
test/python/test_cli.py