switch the Vagrant VM to the new config system (#5396)

This commit is contained in:
Tobias Diekershoff 2018-07-18 21:32:24 +02:00 committed by Hypolite Petovan
parent 2d0446bd38
commit 9518145377
3 changed files with 43 additions and 77 deletions

View file

@ -86,7 +86,8 @@ cd /var/www
php bin/composer.phar install
# initial config file for friendica in vagrant
cp /vagrant/util/htconfig.vagrant.php /vagrant/.htconfig.php
#cp /vagrant/util/htconfig.vagrant.php /vagrant/.htconfig.php
cp /vagrant/util/local.ini.vagrant.php /vagrant/config/local.ini.php
# create the friendica database
echo "create database friendica DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci" | $MYSQL -u root -proot