]> git.openstreetmap.org Git - rails.git/blobdiff - INSTALL.md
Localisation updates from https://translatewiki.net.
[rails.git] / INSTALL.md
index b19ce4ffcbe217e4fc4e98a32e97e3e64f6b8857..ea892ae29da174cd58f4972aa4a17a5c2e523eb6 100644 (file)
@@ -33,7 +33,7 @@ These can be installed on Ubuntu 20.04 or later with:
 sudo apt-get update
 sudo apt-get install ruby2.7 libruby2.7 ruby2.7-dev \
                      libvips-dev libxml2-dev libxslt1-dev nodejs \
-                     apache2 apache2-dev build-essential git-core firefox-geckodriver \
+                     build-essential git-core firefox-geckodriver \
                      postgresql postgresql-contrib libpq-dev libsasl2-dev \
                      libffi-dev libgd-dev libarchive-dev libbz2-dev yarnpkg
 sudo gem2.7 install bundler
@@ -137,7 +137,7 @@ bundle install
 We use [Yarn](https://yarnpkg.com/) to manage the Node.js modules required for the project.
 
 ```
-bundle exec rails yarn:install
+bundle exec bin/yarn install
 ```
 
 ## Prepare local settings file