]> git.openstreetmap.org Git - nominatim.git/commit
move creation of website scripts to setup script
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 17 Dec 2020 13:58:09 +0000 (14:58 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 19 Dec 2020 13:33:04 +0000 (14:33 +0100)
commit433017b9907c8348a48ef1a9fa7669e3d9523f1b
treed46242f1283c53d534a11974d99a73b6f8d6eb4c
parentd97aed87411fad81eb93fd14a58bb22fdc16dd59
move creation of website scripts to setup script

Instead of creating the website wrapper scripts with cmake,
they are now created when --setup-website is called. The
setup of the configuration constants is directly embedded
into the scripts. This means we can get rid of the separate
settings-frontend.php. More importantly however, it means
that it is now possible to set up multiple website directories
from the same build directory.
CMakeLists.txt
cmake/website.tmpl [deleted file]
lib/lib.php
lib/setup/SetupClass.php
utils/query.php