Add reference to settings-file in installation.md
This way new developers will not have to look up this error themselves.
This commit is contained in:
parent
4b41eee8bd
commit
be9db818b2
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue