This brings the vagrant provisioning script into line with the
installation notes, docker and CI.
apache2 apache2-dev build-essential git-core firefox-geckodriver \
postgresql postgresql-contrib libpq-dev libvips-dev \
libsasl2-dev libffi-dev libgd-dev libarchive-dev libbz2-dev
-gem2.7 install rake
gem2.7 install --version "~> 2.1.4" bundler
## install the bundle necessary for openstreetmap-website
fi
touch config/settings.local.yml
# migrate the database to the latest version
-sudo -u vagrant bundle exec rake db:migrate
+sudo -u vagrant bundle exec rails db:migrate
popd