X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2eb8e76fd3a2ea23782f874eac51bab8b3569ff9..544daa09eb9e396791ee9f3a5f03867bd84e502e:/DOCKER.md diff --git a/DOCKER.md b/DOCKER.md index 74e5f57b6..0c5bee35c 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -27,9 +27,11 @@ Now change working directory to the `openstreetmap-website`: cp config/docker.database.yml config/database.yml -### App configuration +## Prepare local settings file - cp config/settings.yml config/settings.local.yml +This is a workaround. [See issues/2185 for details](https://github.com/openstreetmap/openstreetmap-website/issues/2185#issuecomment-508676026). + + touch config/settings.local.yml ### Installation @@ -50,7 +52,7 @@ This will launch one Docker container for each 'service' specified in `docker-co ### Migrations -While the `db' service is running, open another terminal windows and run: +While the `db` service is running, open another terminal window and run: docker-compose run --rm web rake db:migrate