From: Sarah Hoffmann Date: Thu, 8 Mar 2018 20:44:21 +0000 (+0100) Subject: remove now unnecessary DOCS comments in vagrant script X-Git-Tag: v3.2.0~111 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/c04541b4da679be108c1cb9055790309d1824172?hp=--cc remove now unnecessary DOCS comments in vagrant script --- c04541b4da679be108c1cb9055790309d1824172 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