X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/2dc6ee7e1c2d6a62abeef8b8e4abd3d7c126f475..513bf485f20f0308c7f25c96717190a354bf0ec3:/vagrant/Install-on-Centos-7.sh diff --git a/vagrant/Install-on-Centos-7.sh b/vagrant/Install-on-Centos-7.sh index 841219b9..50eeaaec 100755 --- a/vagrant/Install-on-Centos-7.sh +++ b/vagrant/Install-on-Centos-7.sh @@ -106,14 +106,14 @@ sudo chown vagrant /srv/nominatim #DOCS: #DOCS:```sh sudo tee /etc/httpd/conf.d/nominatim.conf << EOFAPACHECONF - #DOCS: + Options FollowSymLinks MultiViews AddType text/html .php DirectoryIndex search.php Require all granted -Alias /nominatim $USERHOME/build/website #DOCS:Alias /nominatim $USERHOME/build/website +Alias /nominatim $USERHOME/build/website EOFAPACHECONF #DOCS:``` @@ -154,7 +154,8 @@ fi #DOCS: # The code must be built in a separate directory. Create this directory, # then configure and build Nominatim in there: - cd $USERHOME #DOCS: :::sh +#DOCS: :::sh + cd $USERHOME mkdir build cd build cmake $USERHOME/Nominatim