]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - README.md
add instructions for nominatim-docker container installation
[nominatim-ui.git] / README.md
index 687b879970d1a9ec7ab5d822914208a89b6c88e8..725543875fb21398c76f2808fe10cdcc7d34427a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,16 +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
 
-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`.
-
-The following `config.theme.js` example file changes the location of the API endpoint:
-
-```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.