From c04541b4da679be108c1cb9055790309d1824172 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 8 Mar 2018 21:44:21 +0100 Subject: [PATCH] remove now unnecessary DOCS comments in vagrant script --- vagrant/Install-on-Centos-7.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.5