X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/98bfaace9aeba7fb387596cc16b2e661506173c6..cb16d3c33146b35be0e71204844f4d966e6ae923:/DOCKER.md diff --git a/DOCKER.md b/DOCKER.md index f6caa6988..4804d09b3 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -75,12 +75,16 @@ Run the Rails database migrations: Prepare the test database: - docker compose run --rm web bundle exec rails db:test:prepare + docker compose run --rm web bundle exec rails db:test:prepare Run the test suite: docker compose run --rm web bundle exec rails test:all +If you encounter errors about missing assets, precompile the assets: + + docker compose run --rm web bundle exec rake assets:precompile + ### 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.