osm-search / Nominatim

Open Source search based on OpenStreetMap data
https://nominatim.org
GNU General Public License v3.0
2.98k stars 701 forks source link

docs: use nominatim-project everywhere #3403

Closed mtmail closed 2 months ago

mtmail commented 2 months ago

Keeping it the same as other documentation and example scripts

grep -rl 'nominatim-planet' .
./docs/admin/Import.md
grep -rl 'nominatim-project' .
./vagrant/Install-on-Ubuntu-20.sh
./vagrant/Install-on-Ubuntu-22.sh
./docs/admin/Deployment-PHP.md
./docs/admin/Deployment-Python.md
./README.md
./.github/workflows/ci-tests.yml
./VAGRANT.md
mtmail commented 2 months ago

CI errors are unrelated

E AttributeError: 'FixtureDef' object has no attribute 'unittest'

lonvia commented 2 months ago

CI should be fixed. Can you rebase quickly?

mtmail commented 2 months ago

@lonvia It's rebased now