From 07fda48cee7a3f191b237381a242aff1a555d317 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 6 Apr 2021 16:09:53 +0200 Subject: [PATCH 1/1] docs: minor spelling corrections --- docs/admin/Import.md | 6 +++--- vagrant/Install-on-Centos-7.sh | 2 +- vagrant/Install-on-Centos-8.sh | 2 +- vagrant/Install-on-Ubuntu-18.sh | 2 +- vagrant/Install-on-Ubuntu-20.sh | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/admin/Import.md b/docs/admin/Import.md index 4e2e89ea..6b417ff2 100644 --- a/docs/admin/Import.md +++ b/docs/admin/Import.md @@ -40,9 +40,9 @@ all commands from the project directory. ### Configuration setup in `.env` -The Nominatim server can be customized via a `.env` in the project directory. -This is a file in [dotenv](https://github.com/theskumar/python-dotenv) format -which looks the same as variable settings in a standard shell environment. +The Nominatim server can be customized via an `.env` configuration file in the +project directory. This is a file in [dotenv](https://github.com/theskumar/python-dotenv) +format which looks the same as variable settings in a standard shell environment. You can also set the same configuration via environment variables. All settings have a `NOMINATIM_` prefix to avoid conflicts with other environment variables. diff --git a/vagrant/Install-on-Centos-7.sh b/vagrant/Install-on-Centos-7.sh index fae961f1..32cd3a30 100755 --- a/vagrant/Install-on-Centos-7.sh +++ b/vagrant/Install-on-Centos-7.sh @@ -145,7 +145,7 @@ fi #DOCS: # ------------------------------- # # 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: # mkdir $USERHOME/nominatim-project diff --git a/vagrant/Install-on-Centos-8.sh b/vagrant/Install-on-Centos-8.sh index ac3a1b60..1e028b65 100755 --- a/vagrant/Install-on-Centos-8.sh +++ b/vagrant/Install-on-Centos-8.sh @@ -139,7 +139,7 @@ fi #DOCS: # ------------------------------- # # 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: # mkdir $USERHOME/nominatim-project diff --git a/vagrant/Install-on-Ubuntu-18.sh b/vagrant/Install-on-Ubuntu-18.sh index 9fda122e..36e28ca1 100755 --- a/vagrant/Install-on-Ubuntu-18.sh +++ b/vagrant/Install-on-Ubuntu-18.sh @@ -133,7 +133,7 @@ fi #DOCS: # ====================== # # 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: mkdir $USERHOME/nominatim-project diff --git a/vagrant/Install-on-Ubuntu-20.sh b/vagrant/Install-on-Ubuntu-20.sh index 292947d1..1e15f850 100755 --- a/vagrant/Install-on-Ubuntu-20.sh +++ b/vagrant/Install-on-Ubuntu-20.sh @@ -130,7 +130,7 @@ fi #DOCS: # ====================== # # 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: mkdir $USERHOME/nominatim-project -- 2.45.2