X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fa1c402b47bdd1f76b8528885c0e3a5e90731cdc..2c0f2e1eded166fa27471bc640420713a2bb964f:/vagrant/Install-on-Ubuntu-24.sh diff --git a/vagrant/Install-on-Ubuntu-24.sh b/vagrant/Install-on-Ubuntu-24.sh index 05dc38a4..35882a79 100755 --- a/vagrant/Install-on-Ubuntu-24.sh +++ b/vagrant/Install-on-Ubuntu-24.sh @@ -67,7 +67,7 @@ fi #DOCS: # --------------------- # # Tune the postgresql configuration, which is located in -# `/etc/postgresql/14/main/postgresql.conf`. See section *Tuning the PostgreSQL database* +# `/etc/postgresql/16/main/postgresql.conf`. See section *Tuning the PostgreSQL database* # in [the installation page](../admin/Installation.md#tuning-the-postgresql-database) # for the parameters to change. # @@ -124,9 +124,11 @@ fi #DOCS: # Nominatim is now ready to use. The nominatim binary is available at # `$USERHOME/venv/bin/nominatim`. If you want to have 'nominatim' in your # path, simply activate the virtual environment: - - - +# +#DOCS:```sh +# . $USERHOME/nominatim-venv/bin/activate +#DOCS:``` +# # You can continue with # [importing a database from OSM data](../admin/Import.md). If you want to set up # the API frontend first, continue reading. @@ -135,8 +137,8 @@ fi #DOCS: # ============================== # # The Python frontend is contained in the nominatim-api package. To run -# the API as a webservice, you also need falcon with uvicorn/gunicorn to -# serve the API. +# the API as a webservice, you also need falcon with uvicorn to serve the API. +# It is generally recommended to run falcon/uvicorn on top of gunicorn. # # To install all packages, run: @@ -174,7 +176,6 @@ Requires=nominatim.socket [Service] Type=simple -Environment="PYTHONPATH=/usr/local/lib/nominatim/lib-python/" User=www-data Group=www-data WorkingDirectory=$USERHOME/nominatim-project @@ -248,7 +249,8 @@ else #DOCS: sudo systemctl restart apache2 fi #DOCS: -# The Nominatim API is now available at `http://localhost/nominatim/`. +# The Nominatim API is now available at `http://localhost/nominatim/`. Point your browser +# to the status output `http://localhost/nominatim/status` to test if everything is ok. fi #DOCS: @@ -294,6 +296,7 @@ else #DOCS: sudo systemctl restart nginx fi #DOCS: -# The Nominatim API is now available at `http://localhost/nominatim/`. +# The Nominatim API is now available at `http://localhost/nominatim/`. Point your browser +# to the status output `http://localhost/nominatim/status` to test if everything is ok. fi #DOCS: