From: Michal Migurski Date: Sat, 12 Dec 2020 19:55:36 +0000 (-0800) Subject: Noted yarn step in Docker instructions X-Git-Tag: live~2287^2~12 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/1ab5e3b39aac9a3f26a87f138a6d3cfcff5dac5c Noted yarn step in Docker instructions --- diff --git a/DOCKER.md b/DOCKER.md index 07d488c73..dba9cba26 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -58,6 +58,12 @@ 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.