]> git.openstreetmap.org Git - nominatim.git/commitdiff
vagrant: setting website URL is not longer necessary
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 27 Oct 2020 20:37:46 +0000 (21:37 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 29 Oct 2020 10:13:32 +0000 (11:13 +0100)
vagrant/Install-on-Centos-7.sh
vagrant/Install-on-Centos-8.sh
vagrant/Install-on-Ubuntu-18.sh
vagrant/Install-on-Ubuntu-20.sh

index f26c567c8eaf4bcbe4a152120a1ed120a9a121e9..c67aab7c8adbb6eff97bdedf35289266857f661d 100755 (executable)
@@ -186,13 +186,12 @@ fi                                 #DOCS:
 
 
 # You need to create a minimal configuration file that tells nominatim
-# the name of your webserver user and the URL of the website:
+# the name of your webserver user:
 
 #DOCS:```sh
 tee settings/local.php << EOF
 <?php
  @define('CONST_Database_Web_User', 'apache');
- @define('CONST_Website_BaseURL', '/nominatim/');
 EOF
 #DOCS:```
 
index 8fd983d35d568ca96b9180acf62730c4d20ca7b3..8559726ba1f92279ee77495b44dc52a0704e9a77 100755 (executable)
@@ -180,13 +180,12 @@ fi                                 #DOCS:
 
 
 # You need to create a minimal configuration file that tells nominatim
-# the name of your webserver user and the URL of the website:
+# the name of your webserver user:
 
 #DOCS:```sh
 tee settings/local.php << EOF
 <?php
  @define('CONST_Database_Web_User', 'apache');
- @define('CONST_Website_BaseURL', '/nominatim/');
 EOF
 #DOCS:```
 
index 52f01715ef33d42dde5870cd356e5704af320882..bdf3005615f72755033a6ce21839522ca5fc7d58 100755 (executable)
@@ -160,16 +160,6 @@ EOFAPACHECONF
     sudo a2enconf nominatim
     sudo systemctl restart apache2
 
-# You need to create a minimal configuration file that tells nominatim
-# where it is located on the webserver:
-
-#DOCS:```sh
-tee settings/local.php << EOF
-<?php
- @define('CONST_Website_BaseURL', '/nominatim/');
-EOF
-#DOCS:```
-
 # The Nominatim API is now available at `http://localhost/nominatim/`.
 
 fi   #DOCS:
index a6cc3706c2a37354cbcc781b96c0c9ed0c8f720e..a05cc9fe881bed6d0bb9f6856711b128421053a9 100644 (file)
@@ -161,16 +161,6 @@ EOFAPACHECONF
     sudo a2enconf nominatim
     sudo systemctl restart apache2
 
-# You need to create a minimal configuration file that tells nominatim
-# where it is located on the webserver:
-
-#DOCS:```sh
-tee settings/local.php << EOF
-<?php
- @define('CONST_Website_BaseURL', '/nominatim/');
-EOF
-#DOCS:```
-
 # The Nominatim API is now available at `http://localhost/nominatim/`.
 
 fi   #DOCS: