]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - README.md
add instructions for nominatim-docker container installation
[nominatim-ui.git] / README.md
index 9df43df308f48f3f3f12e24201f26be4b2996046..725543875fb21398c76f2808fe10cdcc7d34427a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.md]() file
 
 ## Configuration
 
-Defaults are set in `dist/config.default.js`.
-You can overwrite settings in `dist/theme/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.