]> git.openstreetmap.org Git - rails.git/commitdiff
Noted yarn step in Docker instructions
authorMichal Migurski <mike@teczno.com>
Sat, 12 Dec 2020 19:55:36 +0000 (11:55 -0800)
committerMichal Migurski <migurski@fb.com>
Thu, 28 Jan 2021 20:03:58 +0000 (12:03 -0800)
DOCKER.md

index 07d488c732ebce68718d589029683af17b654deb..dba9cba268cb4500710547d62f3e229ee3fbcd4d 100644 (file)
--- 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.