Create config/settings.local.yml in Vagrant provisioning script

This commit is contained in:
Tom Hughes 2019-08-08 09:50:13 +01:00
parent 2a9346adb0
commit dc5cdebc29

View file

@ -49,6 +49,7 @@ popd
if [ ! -f config/database.yml ]; then
sudo -u vagrant cp config/example.database.yml config/database.yml
fi
touch config/settings.local.yml
# migrate the database to the latest version
sudo -u vagrant rake db:migrate
popd