X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/60f8fb9c932fde4ea00de404edce190c52af3876..70aa36827a826dcde816ffa55c895a35159557d6:/DOCKER.md diff --git a/DOCKER.md b/DOCKER.md index e2c2d2129..1def8b1cb 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -56,13 +56,7 @@ Run the Rails database migrations: 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 + docker-compose run --rm web bundle exec rails test:all ### Loading an OSM extract @@ -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" \