]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - README.md
markdown fixes [skip ci]
[nominatim-ui.git] / README.md
index f650882f3fa38a500fd3945455ad13a3fbff7b89..46b87612eb16781719e9597ec63d9571c038ccb9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ Debugging user interface for [Nominatim](https://nominatim.org/)
 The frontend runs standalone as website and will request data
 from a separate Nominatim API running on http://localhost:80/nominatim/ (configurable, see below).
 
-Download a stable release from [https://github.com/osm-search/nominatim-ui/releases]().
-For technical background, how to develop and create a release see [CONTRIBUTE.md](CONTRIBUTE.md) file at [https://github.com/osm-search/nominatim-ui/]().
+Download a stable release from [https://github.com/osm-search/nominatim-ui/releases](https://github.com/osm-search/nominatim-ui/releases).
+For technical background, how to develop and create a release see [CONTRIBUTE.md](CONTRIBUTE.md) file at [https://github.com/osm-search/nominatim-ui/](https://github.com/osm-search/nominatim-ui).
 
 ![Screenshot](screenshot.png)
 
@@ -27,15 +27,11 @@ You can either
 
 * start a webserver using ([Big list of http static server one-liners](https://gist.github.com/willurd/5720255)) or configure Apache, nginx or other webservers to serve the `dist` directory.
 
+* to add the files into a nominatim-docker container see [README-nominatim-docker](README-nominatim-docker.md) file
 
 ## Configuration
 
-Defaults are set in `dist/config.default.js`.
-You can overwrite settings in `dist/config.theme.js`, for example:
-
-```javascript
-  Nominatim_Config.Nominatim_API_Endpoint = 'http://my-server:1234/';
-```
+You can customize your installation by creating and editing `dist/theme/config.theme.js` which allows you to override the default values provided by `dist/config.default.js`. See the `config.theme.js.example` in the same directory for examples.
 
 The `dist/theme/` directory also contains files make it easy to set a different
 logo image, colors, welcome and help text.