]> git.openstreetmap.org Git - nominatim.git/commit
introduce dotenv parsing for setup.php
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 15 Dec 2020 12:57:34 +0000 (13:57 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 19 Dec 2020 13:33:04 +0000 (14:33 +0100)
commit25bdd7c6d99f99e5fe01c86477be1dcabc35ec98
tree352d0ce43c20bb573f466bc9130131e77bf47d43
parentac116980ac78b74dbc1e0ae7ff2d329d7e581ba5
introduce dotenv parsing for setup.php

This adds the notion of a project directory. This is the directory
that holds all necessary files for one specific installation of
Nominatim. Dotenv looks for an .env file in this directory and
adds it to the global environment together with the defaults from
Nominatim's data directory.

Add's symfony's dotenv library as a new dependency.
cmake/script.tmpl
lib/lib.php
utils/setup.php