X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fdev%2Fvagrant_provision.sh;h=7ebbdcafd4f508c1ad75aca72654fbc862d9796f;hb=7efde8e334d6ca52fd1608fb9a78babcea4bdc9f;hp=4419ea7382b2c837da5ca7641c0a39fd9742102e;hpb=401934f21f338c83be504010a399d06e8b6952c9;p=friendica.git diff --git a/bin/dev/vagrant_provision.sh b/bin/dev/vagrant_provision.sh index 4419ea7382..7ebbdcafd4 100755 --- a/bin/dev/vagrant_provision.sh +++ b/bin/dev/vagrant_provision.sh @@ -86,7 +86,10 @@ cd /var/www php bin/composer.phar install # initial config file for friendica in vagrant -cp /vagrant/util/htconfig.vagrant.php /vagrant/config/.htconfig.php +cp /vagrant/mods/local.config.vagrant.php /vagrant/config/local.config.php + +# copy the .htaccess-dist file to .htaccess so that rewrite rules work +cp /vagrant/.htaccess-dist /vagrant/.htaccess # create the friendica database echo "create database friendica DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci" | $MYSQL -u root -proot