[openstreetmap/openstreetmap-website] Add Docker Compose Support for Development Environment (#2409)

Jamie Alessio notifications at github.com
Thu Oct 24 15:03:27 UTC 2019


jalessio commented on this pull request.



> +
+Now change working directory to the `openstreetmap-website`:
+
+    cd openstreetmap-website
+
+### Storage setup
+
+    cp config/example.storage.yml config/storage.yml
+
+### Database
+
+    cp config/docker.database.yml config/database.yml
+
+### App configuration
+
+    cp config/settings.yml config/settings.local.yml

👍 Fixed by copying content from `INSTALL.md`. 

For the record, I don't really like all the duplication of content from `INSTALL.md` but having a complete set of Docker-specific instructions seems valuable instead of making people piece together instructions from multiple files. If someone has a better idea on how to reduce the duplication please let me know.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2409#discussion_r338627631
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20191024/4e3b4932/attachment.html>


More information about the rails-dev mailing list