]> git.openstreetmap.org Git - rails.git/commitdiff
Create config/settings.local.yml in Vagrant provisioning script
authorTom Hughes <tom@compton.nu>
Thu, 8 Aug 2019 08:50:13 +0000 (09:50 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 8 Aug 2019 08:50:13 +0000 (09:50 +0100)
script/vagrant/setup/provision.sh

index 2ab14c36de968810542817265730332285ddcb1b..c181376c9badeb042e8572b5f8052d67d79d9f57 100644 (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