Merge remote-tracking branch 'upstream/pull/4023'
This commit is contained in:
commit
ce256ee661
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@ apt-get install -y ruby2.7 libruby2.7 ruby2.7-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
|
||||
|
@ -47,5 +46,5 @@ if [ ! -f config/storage.yml ]; then
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue