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

Tobias notifications at github.com
Mon Dec 28 18:44:23 UTC 2020


@tordans commented on this pull request.



> +
+Run the test suite by running:
+
+    docker-compose run --rm web bundle exec rake test:db
+
+### Node Modules
+
+Install required front-end Node modules:
+
+    docker-compose run --rm web bundle exec rake yarn:install
+
+### Loading an OSM extract
+
+This installation comes with no geographic data loaded. You can either create new data using one of the editors (Potlatch 2, iD, JOSM etc) or by loading an OSM extract. Here an example for loading an OSM extract into your Docker-based OSM instance.
+
+For example, let's download the District of Columbia from Geofabrik:

```suggestion
For example, let's download the District of Columbia from Geofabrik or [any other region](https://download.geofabrik.de):
```

-- 
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#pullrequestreview-559260362
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20201228/9c96e2e5/attachment.htm>


More information about the rails-dev mailing list