NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I'm trying to setup a Openstreetmap Website (old The Rails Port) following the instructions at https://github.com/openstreetmap/openstreetmap-website/blob/master/INSTALL.md but got stuck in the last step before running the server. When I run the command "bundle exec rake db:create" it makes a long test with several lines of messages (thousands of lines I think) but most of them are very similar with repeated messages and an error that repeats among all of them: ActionView::Template::Error: couldn't find file 'settings.local.yml' A copy of part of the error is at this link: https://gist.github.com/caduguedess/ccf911088775eaf644893352be23e865 I would appreciate if somebody knows how to adress this issue. When I browse for localhost:3000 this is what I get: alt text

I'm on Ubuntu 18.04 Thanks.

asked 05 Jul '19, 00:07

carlosguedes's gravatar image

carlosguedes
9191016
accept rate: 0%


This is a bug in the way that the codebase works right now. You need to create a blank file in the config directory called settings.local.yml, for example by running

$ touch config/settings.local.yml

See https://github.com/openstreetmap/openstreetmap-website/issues/2185 for more information.

permanent link

answered 05 Jul '19, 09:24

Andy%20Allan's gravatar image

Andy Allan
12.5k23128153
accept rate: 28%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×111
×29

question asked: 05 Jul '19, 00:07

question was seen: 1,756 times

last updated: 05 Jul '19, 09:24

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum