From: Tobias Date: Mon, 23 Sep 2019 14:45:25 +0000 (+0200) Subject: Add reference to settings-file in installation.md X-Git-Tag: live~2390^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/be9db818b23ce3d597b8b965f0a0dbb30b90e484 Add reference to settings-file in installation.md This way new developers will not have to look up this error themselves. --- diff --git a/INSTALL.md b/INSTALL.md index 2b1b4b5de..cdf3bc556 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -124,6 +124,14 @@ We use [Yarn](https://yarnpkg.com/) to manage the Node.js modules required for t bundle exec rake yarn:install ``` +## Prepare local settings file + +This is a workaround. [See issues/2185 for details](https://github.com/openstreetmap/openstreetmap-website/issues/2185#issuecomment-508676026). + +``` +touch config/settings.local.yml +``` + ## Storage setup The Rails port needs to be configured with an object storage facility - for