]> git.openstreetmap.org Git - rails.git/blobdiff - DOCKER.md
Fix some ruby 3 compatibility issues
[rails.git] / DOCKER.md
index e2c2d2129cae324cd72ae24d95d50d5d33d80838..ce04309392f88d97391924c4a47c0b769c41e998 100644 (file)
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -58,12 +58,6 @@ 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.
@@ -77,6 +71,7 @@ You can now use Docker to load this extract into your local Docker-based OSM ins
     docker-compose run --rm web osmosis \
         -verbose    \
         --read-pbf district-of-columbia-latest.osm.pbf \
+        --log-progress \
         --write-apidb \
             host="db" \
             database="openstreetmap" \