mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
docs: minor spelling corrections
This commit is contained in:
@@ -40,9 +40,9 @@ all commands from the project directory.
|
|||||||
|
|
||||||
### Configuration setup in `.env`
|
### Configuration setup in `.env`
|
||||||
|
|
||||||
The Nominatim server can be customized via a `.env` in the project directory.
|
The Nominatim server can be customized via an `.env` configuration file in the
|
||||||
This is a file in [dotenv](https://github.com/theskumar/python-dotenv) format
|
project directory. This is a file in [dotenv](https://github.com/theskumar/python-dotenv)
|
||||||
which looks the same as variable settings in a standard shell environment.
|
format which looks the same as variable settings in a standard shell environment.
|
||||||
You can also set the same configuration via environment variables. All
|
You can also set the same configuration via environment variables. All
|
||||||
settings have a `NOMINATIM_` prefix to avoid conflicts with other environment
|
settings have a `NOMINATIM_` prefix to avoid conflicts with other environment
|
||||||
variables.
|
variables.
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ fi #DOCS:
|
|||||||
# -------------------------------
|
# -------------------------------
|
||||||
#
|
#
|
||||||
# The webserver should serve the php scripts from the website directory of your
|
# The webserver should serve the php scripts from the website directory of your
|
||||||
# [project directory](../admin/import.md#creating-the-project-directory).
|
# [project directory](../admin/Import.md#creating-the-project-directory).
|
||||||
# Therefore set up a project directory and populate the website directory:
|
# Therefore set up a project directory and populate the website directory:
|
||||||
#
|
#
|
||||||
mkdir $USERHOME/nominatim-project
|
mkdir $USERHOME/nominatim-project
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ fi #DOCS:
|
|||||||
# -------------------------------
|
# -------------------------------
|
||||||
#
|
#
|
||||||
# The webserver should serve the php scripts from the website directory of your
|
# The webserver should serve the php scripts from the website directory of your
|
||||||
# [project directory](../admin/import.md#creating-the-project-directory).
|
# [project directory](../admin/Import.md#creating-the-project-directory).
|
||||||
# Therefore set up a project directory and populate the website directory:
|
# Therefore set up a project directory and populate the website directory:
|
||||||
#
|
#
|
||||||
mkdir $USERHOME/nominatim-project
|
mkdir $USERHOME/nominatim-project
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ fi #DOCS:
|
|||||||
# ======================
|
# ======================
|
||||||
#
|
#
|
||||||
# The webserver should serve the php scripts from the website directory of your
|
# The webserver should serve the php scripts from the website directory of your
|
||||||
# [project directory](../admin/import.md#creating-the-project-directory).
|
# [project directory](../admin/Import.md#creating-the-project-directory).
|
||||||
# Therefore set up a project directory and populate the website directory:
|
# Therefore set up a project directory and populate the website directory:
|
||||||
|
|
||||||
mkdir $USERHOME/nominatim-project
|
mkdir $USERHOME/nominatim-project
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ fi #DOCS:
|
|||||||
# ======================
|
# ======================
|
||||||
#
|
#
|
||||||
# The webserver should serve the php scripts from the website directory of your
|
# The webserver should serve the php scripts from the website directory of your
|
||||||
# [project directory](../admin/import.md#creating-the-project-directory).
|
# [project directory](../admin/Import.md#creating-the-project-directory).
|
||||||
# Therefore set up a project directory and populate the website directory:
|
# Therefore set up a project directory and populate the website directory:
|
||||||
|
|
||||||
mkdir $USERHOME/nominatim-project
|
mkdir $USERHOME/nominatim-project
|
||||||
|
|||||||
Reference in New Issue
Block a user